data.size

Returns the number of columns in a table, prior to grouping and aggregation. This setting is overwritten by the number of columns returned by the query that is bound to the table.

Type

integer

Example

if (data.size > table.size) {

  Text1.text = 'Some table columns are hidden.';

}

See Also

table.size, for the width of post-aggregate (as-displayed) results table.

Accessing Table Data, for information about working with table data.

<< data.length © 1996-2013 InetSoft Technology Corporation (v11.4) cellRowBorderColor >>