DataColumnSetValueAt Method |
Sets the value at a given index i with a value val, which is a AltaxoVariant.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract void SetValueAt(
int i,
AltaxoVariant val
)
Parameters
- i Int32
- The index (row number) which is set to the value val.
- val AltaxoVariant
- The value val as AltaxoVariant.
Remarks The derived class should throw an exeption when the data type in the AltaxoVariant value val
do not match the column type.
See Also