Method | Description | |
---|---|---|
CellsToRow ( ICollection |
||
Get ( ) : Dictionary |
||
GetRow ( int rowNum ) : ICell>.Dictionary |
||
GetRow ( string rowName ) : ICell>.Dictionary |
||
GetRowAsText ( int rowNum ) : string>.Dictionary |
||
GetRowAsText ( string rowName ) : string>.Dictionary |
||
GetRowValue ( int rowNum ) : IList |
||
GetRowValue ( string rowName ) : IList |
||
Rows ( ) : System.Collections.Generic |
Method | Description | |
---|---|---|
AddCols ( ICell>.Dictionary |
||
AddCols ( ICell>.Dictionary |
public CellsToRow ( ICollection |
||
cells | ICollection |
|
return | ICell>.Dictionary |
public GetRow ( int rowNum ) : ICell>.Dictionary |
||
rowNum | int | |
return | ICell>.Dictionary |
public GetRow ( string rowName ) : ICell>.Dictionary |
||
rowName | string | |
return | ICell>.Dictionary |
public GetRowAsText ( int rowNum ) : string>.Dictionary |
||
rowNum | int | |
return | string>.Dictionary |
public GetRowAsText ( string rowName ) : string>.Dictionary |
||
rowName | string | |
return | string>.Dictionary |
public GetRowValue ( string rowName ) : IList |
||
rowName | string | |
return | IList |