Excel for .NET
Width プロパティ

C1.Excel アセンブリ > C1.Excel 名前空間 > XLColumn クラス : Width プロパティ
列の幅を twips 単位で取得または設定します。
シンタックス
'宣言
 
Public Property Width As System.Integer
public System.int Width {get; set;}
解説

-1 の場合、列をシートの XLSheet.DefaultColumnWidthを用いて表示します。

ピクセルと twips 間の変換には、 TwipsToPixelsPixelsToTwipsメソッドを用います。

参照

XLColumn クラス
XLColumn メンバ