GcSpread.Sheets Namespace > Sheet type : getRows Method |
var instance = new GcSpread.Sheets.Sheet(name); var value; // Type: Row value = instance.getRows(index, index2, sheetArea);
activeSheet.getRows(1,3,GcSpread.Sheets.SheetArea.viewport).backColor("yellow");
alert(rheight);