GcSpread.Sheets Namespace > Column type : shrinkToFit Method |
true
to shrink the contents to fit within the cells.
var instance = new GcSpread.Sheets.Column(sheet, index, sheetArea); var returnValue; // Type: boolean returnValue = instance.shrinkToFit(value);
function shrinkToFit( value : boolean ) : boolean;
true
to shrink the contents to fit within the cells.true
if the contents shrink to fit the cells; otherwise, false
.activeSheet.getColumn(3).shrinkToFit(true);