列挙体: AutoFitType
Spread.Sheets.AutoFitType
セルまたはヘッダを自動的にサイズ変更するかどうかを表します。
実例
// 次のサンプルコードは、AutoFitType列挙体を使用します。
spread.options.autoFitType = GC.Spread.Sheets.AutoFitType.cellWithHeader;
Table of contents
列挙メンバー
列挙メンバー
cell
• cell = 0
セルを自動サイズ調整します。
• cellWithHeader = 1
セルとヘッダを自動サイズ調整します。