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