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: 2.1.0.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
See Also