GC.Spread.Sheets Namespace > CellRange type : visible Method |
true
to make the row visible.
var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.visible(value);
function visible( value : boolean ) : any;
true
to make the row visible.activeSheet.getCell(2, -1).visible(false);
activeSheet.getCell(-1, 0).visible(false);