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