| 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
);
valueNumber to replace cell text with.
colColumn index: positive from left, negative from right, 0 for next non-existing.
rowRow 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
 |