Click or drag to resize

BcfTableSetupColumns Property

Gets or sets the column collection

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

Property Value

Type: IListBcfColumnSetup
The columns if set; otherwise .
See Also