"isColumnHidden";
Shows whether a column is hidden or not.
Synopsis
shape.isColumnHidden(int Idx);
Parameters
Parameter | Description |
---|---|
shape | Object name |
Idx | Index of the column |
Description
Queries whether a column is hidden. Returns TRUE (1) or FALSE (0).
0 ... column isn't hidden
1 ... column is hidden
Assignment
Tree widget