[]
        
(Showing Draft Content)

GC.Spread.Sheets.AutoFitType

枚举: AutoFitType

Spread.Sheets.AutoFitType

是否自动调整单元格或头部的大小

代码示例

//本示例使用AutoFitType枚举
spread.options.autoFitType = GC.Spread.Sheets.AutoFitType.cellWithHeader;

Table of contents

枚举值成员

枚举值成员

cell

cell = 0

自适应单元格


cellWithHeader

cellWithHeader = 1

自适应单元格和头部