 | BcfCellIdTryGetCell Method |
[This is preliminary documentation and is subject to change.]
Resolves the
BcfCell representing this instance in specified
dataSet.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic BcfCell TryGetCell(
BcfDataSet dataSet
)
Public Function TryGetCell (
dataSet As BcfDataSet
) As BcfCell
Parameters
- dataSet
- Type: CalculationWorks.BusinessModelBcfDataSet
The dataset.
Return Value
Type:
BcfCellThe
BcfCell representing this instance if found; otherwise
null.
Version InformationBCF
Supported in: 4.0
See Also