 | BcfRowGetCell Method (String) |
Gets the
BcfCell of column specified by
columnName.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfCell GetCell(
string columnName
)
Public Function GetCell (
columnName As String
) As BcfCell
Parameters
- columnName
- Type: SystemString
The column name.
Return Value
Type:
BcfCellThis row.
Exceptions
See Also