Click or drag to resize

ColumnStyleGetColumnValueAtRow Method

Gets the cell value formatted as text.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract string GetColumnValueAtRow(
	int nRow,
	DataColumn data
)

Parameters

nRow  Int32
The row index.
data  DataColumn
The data column providing the value.

Return Value

String
The formatted cell value.
See Also