GcSpread.Sheets Namespace > Column type : resizable Method |
true
to let users resize the column.
var instance = new GcSpread.Sheets.Column(sheet, index, sheetArea); var returnValue; // Type: boolean returnValue = instance.resizable(value);
function resizable( value : boolean ) : boolean;
true
to let users resize the column.true
if the column can be resized; otherwise, false
.activeSheet.getColumn(3).resizable(true);