BcfColumnExtensions Methods |
| Name | Description | |
|---|---|---|
| GetValues(BcfColumn, BcfRow) |
Returns cell values of specified rows. The result may be casted to IEnumerable of columns ValueType.
| |
| GetValues(BcfColumn, IEnumerableBcfRow) |
Returns cell values of specified rows. The result may be casted to IEnumerable of columns ValueType.
| |
| GetValuesT(BcfColumnT, BcfRow) |
Returns cell values of specified rows.
| |
| GetValuesT(BcfColumnT, IEnumerableBcfRow) |
Returns cell values of specified rows.
|