 | BcfTableSetupColumns Property |
Gets or sets the column collection
Namespace:
CalculationWorks.BusinessModel.Design
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic IList<BcfColumnSetup> Columns { get; set; }Public Property Columns As IList(Of BcfColumnSetup)
Get
Set
Property Value
Type:
IListBcfColumnSetupThe columns if set; otherwise
.
See Also