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;
Parameters
- value
- Set to
true
to make the row visible.
Return Value
If no value is set, returns the visible of the row or column; otherwise, returns the row or column.