GcSpread.Sheets Namespace > Column type : visible Method |
true
to display the column.
var instance = new GcSpread.Sheets.Column(sheet, index, sheetArea); var returnValue; // Type: boolean returnValue = instance.visible(value);
function visible( value : boolean ) : boolean;
true
to display the column.true
if the column is displayed; otherwise, false
.activeSheet.getColumn(0).visible(false);