DataGrid REALbasic Plugin |
|
DataGridRow.IsEmpty Method
This function returns True if the cell is a virtual cell and when it will be drawn, it will be drawn as a DefaultCell.
IsEmpty(
x as Integer) as Boolean
Parameters
- x
- The column number of the cell.
Returns
- Boolean
- True if the cell does not actually exist.
Remarks
See Also
DataGridRow Class