 | BcfRowGetCellT Method (BcfColumnT) |
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfCell<T> GetCell<T>(
BcfColumn<T> column
)
Public Function GetCell(Of T) (
column As BcfColumn(Of T)
) As BcfCell(Of T)
Parameters
- column
- Type: CalculationWorks.BusinessModelBcfColumnT
The column.
Type Parameters
- T
- The column value type.
Return Value
Type:
BcfCellTThe
BcfCellT of column.
Exceptions
See Also