Excel for .NET
DefaultColumnWidth プロパティ

C1.Excel アセンブリ > C1.Excel 名前空間 > XLSheet クラス : DefaultColumnWidth プロパティ
シートのデフォルトの行高を取得または設定します。
シンタックス
'宣言
 
Public Property DefaultColumnWidth As System.Integer
public System.int DefaultColumnWidth {get; set;}
解説

個々の列の幅は XLColumnクラスを用いて設定できます。列にカスタムの幅がアサインされていない場合、シートの DefaultColumnWidthを用いて表示されます。

DefaultColumnWidthプロパティはピクセルではなく、twips 単位 (1/20 point) で表現されます。これで、シートは表示の解像度にかかわらず外観を保持できます。

ピクセルと twips 間の変換には、 C1XLBookTwipsToPixelsおよび PixelsToTwipsメソッドを用います。

参照

XLSheet クラス
XLSheet メンバ