Click or drag to resize

BcfColumnExtensions Methods

Methods
  NameDescription
Public methodStatic memberGetValues(BcfColumn, BcfRow)
Returns cell values of specified rows. The result may be casted to IEnumerable of columns ValueType.
Public methodStatic memberGetValues(BcfColumn, IEnumerableBcfRow)
Returns cell values of specified rows. The result may be casted to IEnumerable of columns ValueType.
Public methodStatic memberGetValuesT(BcfColumnT, BcfRow)
Returns cell values of specified rows.
Public methodStatic memberGetValuesT(BcfColumnT, IEnumerableBcfRow)
Returns cell values of specified rows.
Top
See Also