[]
        
(Showing Draft Content)

GC.Spread.Sheets.AutoFitType

Enumeration: AutoFitType

Spread.Sheets.AutoFitType

Represents whether the component automatically resizes cells or headers.

example

//This example uses the AutoFitType enumeration.
spread.options.autoFitType = GC.Spread.Sheets.AutoFitType.cellWithHeader;

Table of contents

Enumeration members

Enumeration members

cell

cell = 0

The component autofits cells.


cellWithHeader

cellWithHeader = 1

The component autofits cells and headers.