Click or drag to resize

BcfTableRowCollectionCount Property

[This is preliminary documentation and is subject to change.]

Gets the number of BcfRow contained in the BcfTableRowCollection instance.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public int Count { get; }

Property Value

Type: Int32
The number of BcfRow contained in the BcfTableRowCollection instance.
See Also