SpreadJS Documentation
visible Method
Set to true to display the column.
Gets or sets whether the column is displayed.
Syntax
var instance = new GcSpread.Sheets.Column(sheet, index, sheetArea);
var returnValue; // Type: boolean
returnValue = instance.visible(value);
function visible( 
   value : boolean
) : boolean;

Parameters

value
Set to true to display the column.

Return Value

true if the column is displayed; otherwise, false.
Example
This example uses the visible method.
activeSheet.getColumn(0).visible(false);
Remarks
The default value is true.
See Also

Reference

Column type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.