 | BcfColumnId Constructor (Int32, 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 BcfColumnId(
int tableIndex,
int columnIndex
)
Public Sub New (
tableIndex As Integer,
columnIndex As Integer
)
Parameters
- tableIndex
- Type: SystemInt32
The index of table in Tables. - columnIndex
- Type: SystemInt32
The index of rule in Columns.
See Also