 | BcfCellCollectionTryGetCell Method (String) |
[This is preliminary documentation and is subject to change.]
Gets the cell with the specified name if found; or null if columnName not found.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic BcfCell TryGetCell(
string columnName
)
Public Function TryGetCell (
columnName As String
) As BcfCell
Parameters
- columnName
- Type: SystemString
The name of the cell to get.
Return Value
Type:
BcfCellThe cell with the specified name; or
null if
columnName not found.
See Also