Click or drag to resize

BcfTableRowCollectionCount Property

Gets the number of BcfRow contained in the BcfTableRowCollection instance.

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

Property Value

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