OLE control methods provide convenient one-time operations to developers. Unlike properties, whose values are persistent over the life of a control, methods represent actions that a control can perform. Often, methods will change the values of other control properties, so be sure to read the Remarks section of each method carefully. The following methods apply to the SRP ReportTable Control:
Method | Description | Version Introduced |
---|---|---|
AboutBox | Displays the control's about box. | |
CheckAll | Checks all check boxes in a given column. | 3.1.3 |
CollapseAll | Collapses all groups | |
Delete | Deletes a single row from the table. | |
ExpandAll | Expands all groups. | |
FindString | Returns the first row whose item at the given column location contains the given prefix. | |
Insert | Inserts new data filled rows into the record table. | |
MoveColumn | Programmatically moves a column to a new position. | |
MoveTo | Programmatically navigates the table. | |
RecordToRow | Maps a record index to a row index. | |
RowToRecord | Maps a row index to a record index. | |
SelectAll | Selects all rows in the table. | 4.0.0 |
ShowContextMenu | Displays a context menu at the given mouse point. | |
UncheckAll | Unchecks all check boxes in a given column. | 3.1.3 |
UnselectAll | Clears the current selection. | 4.0.0 |