 | BcfParentRelationCellId Constructor (BcfParentRelationId, Int32) |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the structure.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic BcfParentRelationCellId(
BcfParentRelationId parentRelationId,
int rowId
)
Public Sub New (
parentRelationId As BcfParentRelationId,
rowId As Integer
)
Parameters
- parentRelationId
- Type: CalculationWorks.BusinessModelBcfParentRelationId
The parent relation identifier. - rowId
- Type: SystemInt32
The row-identifier.
See Also