ColumnStyleGetColumnValueAtRow Method |
Gets the cell value formatted as text.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic abstract string GetColumnValueAtRow(
int nRow,
DataColumn data
)
Parameters
- nRow Int32
- The row index.
- data DataColumn
- The data column providing the value.
Return Value
StringThe formatted cell value.
See Also