 | BcfParentRelationCellId Conversion (Int64 to BcfParentRelationCellId) |
[This is preliminary documentation and is subject to change.]
Restores and returns a value from its
Int64-representation.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic static explicit operator BcfParentRelationCellId (
long parentRelationCellId
)
Public Shared Narrowing Operator CType (
parentRelationCellId As Long
) As BcfParentRelationCellId
Parameters
- parentRelationCellId
- Type: SystemInt64
The Int64-representation of this BcfParentRelationCellId.
Return Value
Type:
BcfParentRelationCellIdThe restored instance.
See Also