SpreadJS Documentation
AutoFitType Enumeration
Represents whether the component automatically resizes cells or headers.
Members
MemberDescription
CellThe component autofits cells.
CellWithHeaderThe component autofits cells and headers.
Example
This example uses the AutoFitType enumeration.
spread.autoFitType(GcSpread.Sheets.AutoFitType.CellWithHeader);
Remarks

Inheritance Hierarchy

Object
   GcSpread.Sheets.AutoFitType

See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.