DuplicateRow | Duplicate row in nRowSrc position to nRowNew position |
HitTest | Return cell(item,subitem as array) if point in cell, or empty in other case. If coordinate is -1 then it is header, or buttons column. |
InsertColumn | Insert column in nCol position |
InsertRow | Insert item in nRow position |
IsAllSelected | Return True if all cells selected |
IsEntireColumnSelected | Return True if all cells in column selected |
IsEntireRowSelected | Return True if all cells in row selected |
IsOneCellSelected | Return True if selection is one cell |
Redraw | Recalc layout and redraw control |
Refresh | Refresh grid from DataSource |
RemoveAllRows | Empty content |
RemoveColumn | Remove column in nCol position |
RemoveRow | Delete item in nRow position |
UpdateRow | Update row item from datasource. |
CellText | Get cell text |
CellValue | Get cell variant value |
ColumnAutosize | Get column auto size |
ColumnCount | Return column count |
ColumnEditable | Check cell can be edited |
ColumnName | Get column name |
ColumnValue | Return value associated with column, for TableAttribute is TDMSAttributeDef |
ColumnWidth | Get column width |
DataSource | Get data from TDMSSheet/TDMSTableAttribute object |
EditCtrl | Get edit control |
InsertMode | Check additional insertion row is allowed |
ReadOnly | Get read only state |
RowCount | Return row count |
RowValue | Return value associated with row, for TableAttribute is TDMSTableAttributeRow |
SelectedColumn | Get selected column |
SelectedRow | Get selected row |
SelectedRows | Get array of selected item indexes |
Selection | Get box selection - array of four coordinates: startItem, startColumn, endItem, endColumn |
CellAfterEdit | Occurs after cell editing |
CellChecked | Occurs when cell check state changed |
CellEditButtonClick | Occurs when button in cell edit control pressed |
CellInitEditCtrl | Occurs when grid cell selected to initedit ctrl for cell |
ContextMenu | Occurs before context menu shown |
DblClick | Occurs when left mouse button double clicked and column is readonly |
KeyDown | Occurs when key down |
Refreshed | Occurs after grid refreshed from datasource to do additional initialization |
RowBeforeRemove | Occurs before row removed |
RowDuplicated | Occurs after row duplicated |
RowInserted | Occurs after row inserted |
SelChanged | Occurs when selection changed |