GcSpread.Sheets Namespace > Row type : visible Method |
true
to make the row visible.
var instance = new GcSpread.Sheets.Row(sheet, index, sheetArea); var returnValue; // Type: boolean returnValue = instance.visible(value);
function visible( value : boolean ) : boolean;
true
to make the row visible.true
if the row is displayed; otherwise, false
.activeSheet.getRow(2).visible(false);