 | BcfChildRelationCellId Constructor (Int64) |
Initializes a new instance of the structure to its specified
Int64-representation.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfChildRelationCellId(
long childRelationCellId
)
Public Sub New (
childRelationCellId As Long
)
Parameters
- childRelationCellId
- Type: SystemInt64
The Int64-representation.
See Also