The Table View object has the following methods:
Table View Methods
Name |
Parameter(s) |
Return Type |
Description |
AboutBox |
void |
void |
Displays the AboutBox dialog. |
CopyToClipboard |
void |
Boolean |
Copies the current selection to the clipboard using CF_TEXT format. |
PasteFromClipboard |
void |
Boolean |
Pastes the content of the clipboard starting at the active cell. Returns TRUE if the paste operation was successful. |
ClearSelection |
void |
void |
Deletes data values for the current selection. |
Clear |
void |
void |
Deletes data values for the entire table. |
ColumnAutoWidth |
Long Column1 Long Column2 |
void |
Adjusts the width of the columns specified by Column1..Column2 automatically, as required by column contents. |