setActionVisible(name, Boolean)
Sets the visibility/accessibility of end-user Table features. To disable a feature, set the value to false.
Parameters
name name of table function (String):
'Export'
'Show Details'
'Sort Column' (column header 'Sort' button)
boolean false: hide the specified function
true: show the specified function
For a Crosstab, the 'Sort Column' setting overrides the sort.crosstab.aggregate and sort.crosstab.dimension property settings.
Example
Table1.setActionVisible("Show Details", false);
See Also
thisViewsheet.setActionVisible(name,Boolean), to show or hide Viewsheet toolbar buttons.
| << insertRow(row) | © 1996-2013 InetSoft Technology Corporation (v11.5) | isActionVisible(name) >> |