 |
| BcfRowSetValue Method (BcfColumn, Object) |
Sets the specified value
Value of the
column.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic void SetValue(
BcfColumn column,
Object value
)
Public Sub SetValue (
column As BcfColumn,
value As Object
)
public:
void SetValue(
BcfColumn^ column,
Object^ value
)
member SetValue :
column : BcfColumn *
value : Object -> unit
Parameters
- column
- Type: CalculationWorks.BusinessModelBcfColumn
The column. - value
- Type: SystemObject
The value.
Exceptions
Remarks
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0
See Also