GcSpread.Sheets Namespace > Sheet type : setRowVisible Method |
true
to display the specified row.
var instance = new GcSpread.Sheets.Sheet(name); var returnValue; // Type: any returnValue = instance.setRowVisible(row, value, sheetArea);
true
to display the specified row.activeSheet.setRowVisible(1,false,GcSpread.Sheets.SheetArea.viewport);