BooleanColumnStyleSetColumnValueAtRow Method |
Sets the cell value from its textual representation.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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