Click or drag to resize

BcfCellId Constructor (BcfColumnId, Int32)

Initializes a new instance of the structure.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfCellId(
	BcfColumnId columnId,
	int rowId
)

Parameters

columnId
Type: CalculationWorks.BusinessModelBcfColumnId
The column identifier.
rowId
Type: SystemInt32
The row-identifier.
See Also