Click or drag to resize
CalculationWorks Logo
BcfTableSetupColumns Property
Gets the column collection

Namespace: CalculationWorks.BusinessModel.Design
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public BcfReadOnlyModelObjectCollection<BcfColumnSetup> Columns { get; }

Property Value

Type: BcfReadOnlyModelObjectCollectionBcfColumnSetup
The columns.
See Also