Table Methods
The methods defined in the Table class are summarized in the following table.
Method | Description |
---|---|
accessCell | Returns a reference to the cell that is currently accessed at run time |
accessColumn | Returns a reference to the column that is currently accessed at run time |
accessRow | Returns a reference to the row that is currently accessed at run time |
accessSheet | Returns a reference to the sheet that is currently accessed at run time |
addItem | Adds a new row to a table control |
addItemAt | Adds a specified new row to a table control |
clear | Clears the contents of the current sheet |
clearAllSelected | Clears all the selected properties of all cells for the current sheet |
create | Creates the table |
deleteColumn | Deletes the specified column from the current sheet |
deleteRow | Deletes the specified row from the current sheet |
deleteSheet | Deletes the specified sheet |
displayCollection | Attaches the specified collection to the current sheet of the table |
dragColumn | Provides table-specific location information of the drag and drop processes |
dragRow | Provides table-specific location information of the drag and drop processes |
dragSheet | Provides table-specific location information of the drag and drop processes |
getCellFromPosition | Returns the cell at the specified position and the row and column of that cell |
getCellSelected | Returns the selected status of the cell |
getCellText | Returns the text of the cell |
getCollection | Returns the collection attached to the current sheet of the table by the displayCollection method or ListBox class listCollection method |
hasPicture | Returns true if the current cell indicated by the sheet, column, and row properties has a picture displayed |
insertColumn | Enables a single column to be inserted into the current sheet |
isHyperlinkSet | Specifies whether a HyperText link is set for the specified row and column |
loadCollectionEntries | Accesses any collection entries required to fill the display size of the table sheet |
moveColumn | Moves a column of the current sheet |
moveRow | Moves a row of the current sheet |
positionLeft | Returns the displayed position of the current cell in pixels |
positionTop | Returns the displayed position of the current cell in pixels |
removeItem | Removes a row from the current sheet at run time |
refreshEntries | Refreshes the displayed list of entries on the current sheet of the table |
resetAllHyperlinks | Clears all HyperText links that were set by using the setHyperlinkCell method |
resetHyperlinkCell | Clears the HyperText link from the specified row and column |
resort | Resorts the contents of the current sheet |
selectedCount | Returns the number of cells with the selected status set |
selectedNext | Returns the next selected cell |
setCellSelected | Sets the selected status of a cell |
setCellText | Sets the text of the cell |
setCollectionObject | Sets the object in the collection attached to the table, ensuring that the object referenced is in the displayed list of collection entries for the table |
setHyperlinkCell | Sets up a HyperText link for the cell in the specified row and column |
showContextMenu__ | A helper method that can be called from contextMenu events to display a menu using the event details |
For details, see "Window, Form, and Control Methods", later in this document.