var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: boolean value = instance.getColumnVisible(col, sheetArea);
Parameters
- col
- The column index.
- sheetArea
- The sheet area. If this parameter is not given, it defaults to viewport.
Return Value
true
if the column is visible in the sheet area; otherwise, false
.