DataGrid REALbasic Plugin |
|
DataGridRow Class
DataGridRow class to manipulate Grid data. The DataGrid will send a reference to a DataGridRow when it needs data for the specified row.
Object
DataGridRow
class DataGridRow
Constructors
DataGridRow | This is the constructor used to make a DataGridRow. |
Properties
CellCount | Returns the number of actual cells in the row.
|
ItemData | This property is used to hook an custom Variant value to an individual row. |
Methods
Cell | Used to access the cell's data in read mode. |
CellColSpan | Allows to make a cell span over several cells in the same row. |
CellText | This property is used to access text of the desired cell. |
IsEmpty | This function returns True if the cell is a virtual cell and when it will be drawn, it will be drawn as a DefaultCell. |
MakeCellExtended | Allows to extend a cell and it returns a pointer to the corresponding cell. |
Recreate | Use this method to create a new internal row object without creating external REALbasic object. |
RecreateCell | Use this method to recreate a cell with different cell type. |
WritableCell | This function is used to access data of a cell in read and write mode.
|
Supported Platforms:
PPC - MacOS 9Carbon - MacOS 9 and MacOS X (PEF)MacOS X PPC - (Mach-O)MacOS X Universal Binary (Mach-O)Win32 - WindowsLinux x86