Hide/Unhide - Unhide Columns in Variable Set
Jump to navigation
Jump to search
This page is currently under construction, or it refers to features which are under development and not yet available for use.
This page is under construction. Its contents are only visible to developers!
Unhides hidden columns in the currently-selected variable set. This only applies to variable sets which have both rows and columns, like Binary - Grid.
Usage
- Select a variable set under Data Sets
- Select UNHIDE CATEGROIES > Unhide Columns on the right
- You will be presented with a list of columns that have been hidden. Choose any that you want to unhide and click OK
includeWeb("QScript Functions for Unhiding Codes");
unhideRowsOrColumns(false);
See also
- QScript for more general information about QScripts.
- QScript Examples Library for other examples.
- Online JavaScript Libraries for the libraries of functions that can be used when writing QScripts.
- QScript Reference for information about how QScript can manipulate the different elements of a project.
- JavaScript for information about the JavaScript programming language.
- Table JavaScript and Plot JavaScript for tools for using JavaScript to modify the appearance of tables and charts.