GcSpread.Sheets Namespace > Sheet type : getRowVisible Method |
var instance = new GcSpread.Sheets.Sheet(name); var value; // Type: boolean value = instance.getRowVisible(row, sheetArea);
true
if the row is visible in the sheet area; otherwise, false
.rvisible = activeSheet.getRowVisible(1,GcSpread.Sheets.SheetArea.viewport); alert(rvisible);