C# Class Concordion.Internal.Table

Exibir arquivo Open project: concordion/concordion-net Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddDetailRow ( ) : Row
GetDetailRows ( ) : IList
GetFirstHeaderRow ( ) : Row
GetHeaderRows ( ) : IList
GetLastHeaderRow ( ) : Row
GetRows ( ) : IList
Table ( Element element ) : System

Method Details

AddDetailRow() public method

public AddDetailRow ( ) : Row
return Row

GetDetailRows() public method

public GetDetailRows ( ) : IList
return IList

GetFirstHeaderRow() public method

public GetFirstHeaderRow ( ) : Row
return Row

GetHeaderRows() public method

public GetHeaderRows ( ) : IList
return IList

GetLastHeaderRow() public method

public GetLastHeaderRow ( ) : Row
return Row

GetRows() public method

public GetRows ( ) : IList
return IList

Table() public method

public Table ( Element element ) : System
element Concordion.Api.Element
return System