 | BcfParentRelationCellId Constructor (Int64) |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the structure to its specified
Int64-representation.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic BcfParentRelationCellId(
long parentRelationCellId
)
Public Sub New (
parentRelationCellId As Long
)
Parameters
- parentRelationCellId
- Type: SystemInt64
The Int64-representation.
See Also