SharpLeaf Reference > Table Methods > SetCellText Method > (Double,Int32,Int32) Table.SetCellText Method (Double,Int32,Int32)
Set a specific cell text, extending table size if necessary.
public void SetCellText(
double value,
int col,
int row
);
-
value
- Number to replace cell text with.
-
col
- Column index: positive from left, negative from right, 0 for next non-existing.
-
row
- Row index : positive from top, negative from bottom, 0 for next non-existing.
See also ...Table Members | Table.SetCellText Method
Send comments on this topic © Dyalog Ltd 2021
|