Click or drag to resize

BcfColumnT, TOptionsOptions Property

[This is preliminary documentation and is subject to change.]

Gets or sets the column-options object. The value may be null.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public TOptions Options { get; set; }

Return Value

Type: TOptions
The column-options object if set; otherwise null.
See Also