Click or drag to resize
CalculationWorks Logo
BcfTableSetupAddColumn Method
Adds a new column to the Columns collection and returns the new associated BcfColumnSetup

Namespace: CalculationWorks.BusinessModel.Design
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public BcfColumnSetup AddColumn(
	string columnName
)

Parameters

columnName
Type: SystemString
Name of the column.

Return Value

Type: BcfColumnSetup
BcfColumnSetup.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumnName is null
ArgumentExceptioncolumnName is an empty string
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also