Click or drag to resize

DateTimeColumnStyleSetColumnValueAtRow Method

Sets the cell value from its textual representation.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override void SetColumnValueAtRow(
	string s,
	int nRow,
	DataColumn data
)

Parameters

s  String
The textual representation of the value.
nRow  Int32
The row index.
data  DataColumn
The data column receiving the value.
See Also