[]
        
(Showing Draft Content)

GC.Spread.Sheets.AutoFitType

列挙型: AutoFitType

Spread.Sheets.AutoFitType

セルまたはヘッダを自動的にサイズ変更するかどうかを表します。

実例

// 次のサンプルコードは、AutoFitType列挙体を使用します。
spread.options.autoFitType = GC.Spread.Sheets.AutoFitType.cellWithHeader;

Table of contents

Enumeration members

Enumeration members

cell

cell = 0

セルを自動サイズ調整します。


cellWithHeader

cellWithHeader = 1

セルとヘッダを自動サイズ調整します。