StyleGrid REALbasic Plugin

StyleGrid.DrawCell Method

This method is used to redraw one cell only.

DrawCell(
   x as Integer,
   y as Integer)

Parameters

x
The column number of the cell.
y
The row number of the cell.

Remarks

Cell's number are one based, that is the first cell is Cell(1,1).

Most platforms now-days are composite rendered and on those platforms there is little to gain by drawing one cell at a time.

See Also

StyleGrid Control