[]
Represents whether the component automatically resizes cells or headers.
example
//This example uses the AutoFitType enumeration.
spread.options.autoFitType = GC.Spread.Sheets.AutoFitType.cellWithHeader;
• cell = 0
The component autofits cells.
• cellWithHeader = 1
The component autofits cells and headers.