Type: Boolean
Availability: Read or write at run time only
Pressing the Tab key specified for the table moves focus from one visible, enabled cell to the next (the
If the value of the tabOffEnds property is true, which is the default value, focus moves to the next control in the tab order after the table; that is, focus moves out of the table. If the value of the tabOffEnds property is false, focus moves to the next non-fixed cell that is visible and enabled, the search for such a cell resuming at the start of the sheet.
For a back tab, if the value of the tabOffEnds property is true and the current cell is the first visible, enabled cell of the non-fixed area of the table, focus moves to the prior control in the tab order before the table; that is, focus moves out of the table.