Click or drag to resize

DataColumnSetValueAt Method

Sets the value at a given index i with a value val, which is a AltaxoVariant.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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