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