Row | (Long) If the value is greater or equal 0 then it is a row index (zero-based index, counted including the fixed part).
Value -2 means the last row.
Value -3 sets the value in all rows (counted including the fixed part). |
---|---|
Col | (Long) If the value is greater or equal 0 then it is a column index (zero-based index, counted including the fixed part).
Value -2 means the last column.
Value -3 sets the value in all columns (counted including the fixed part). |
Value | (String) The new value to be written. |
var oTable = pMe.Items("/Table");
oTable.SetCellText(-2, 1, "text");