table.length
Specifies the number of rows in a table, as displayed. This setting is overwritten by the number of rows returned by the query that is bound to the table. It counts the header rows as well as the data rows.
Type
integer
Example
table.length = 10;
See Also
Accessing Table Data, for information about working with table data.
data.length, for number of rows prior to grouping and summarization.
| << table | © 1996-2013 InetSoft Technology Corporation (v11.5) | table.size >> |