Method | Description | |
---|---|---|
CellsToColumn ( IEnumerable |
||
Columns ( ) : System.Collections.Generic | ||
Get ( ) : Dictionary |
||
GetColumn ( int colNum ) : ICell>.Dictionary |
||
GetColumn ( string colName ) : ICell>.Dictionary |
||
GetColumnAsText ( int colNum ) : string>.Dictionary |
||
GetColumnAsText ( string colName ) : string>.Dictionary |
||
GetColumnValue ( int colNum ) : IList |
||
GetColumnValue ( string colName ) : IList |
Method | Description | |
---|---|---|
AddRows ( ICell>.Dictionary |
||
AddRows ( ICell>.Dictionary |
public CellsToColumn ( IEnumerable |
||
cells | IEnumerable |
|
return | ICell>.Dictionary |
public Columns ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public GetColumn ( int colNum ) : ICell>.Dictionary |
||
colNum | int | |
return | ICell>.Dictionary |
public GetColumn ( string colName ) : ICell>.Dictionary |
||
colName | string | |
return | ICell>.Dictionary |
public GetColumnAsText ( int colNum ) : string>.Dictionary |
||
colNum | int | |
return | string>.Dictionary |
public GetColumnAsText ( string colName ) : string>.Dictionary |
||
colName | string | |
return | string>.Dictionary |
public GetColumnValue ( string colName ) : IList |
||
colName | string | |
return | IList |