 | BcfCellCollectionTryGetCell Method (String, BcfCell) |
Gets the cell associated with the specified columnName.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic bool TryGetCell(
string columnName,
out BcfCell cell
)
Public Function TryGetCell (
columnName As String,
<OutAttribute> ByRef cell As BcfCell
) As Boolean
Parameters
- columnName
- Type: SystemString
The column-name of the cell to get. - cell
- Type: CalculationWorks.BusinessModelBcfCell
When this method returns, contains the cell associated with the specified columnName, if the columnName is found; otherwise .
Return Value
Type:
Booleantrue if the collection contains an element with the specified
columnName; otherwise, false.
See Also