SharpLeaf Reference > Table Methods > SetCellText Method Table.SetCellText Method
Set a specific cell text, extending table size if necessary.
Overloads
Example
tb.SetCellText("N/A",3,4); // Change cell text at column 3, row 4
Description
SetCellText doesn’t move the cell pointer.
See also ...Filling cells of a Table | Table Members | Table.NextCell Method
Send comments on this topic © Dyalog Ltd 2021
|