Skip to main content

Table Items

Table items are collections of individual table item objects. Each Table View worksheet provides the column and row object collections via its Columns and Rows properties.

Positions of individual table item objects within a Table View worksheet are determined by zero-based indexes. You can create any number of successive and/or non-successive column and/or row objects by calling the Table View worksheet’s Columns.CreateItem and Rows.CreateItem functions with the required column and row indexes as arguments, respectively:

Note that if there is no column or row with the specified index, the Columns or Rows property returns nil instead of the respective table item object.