ComponentOne Studio for WinRT XAML
Width プロパティ (XLColumn)

列の幅(ツイップ単位)を取得または設定します。
構文
'宣言
 
Public Property Width As System.Integer
public System.int Width {get; set;}
解説

値 -1 は、列をシートの XLSheet.DefaultColumnWidth を使用して表示することを示します。

ピクセル単位とツイップ単位を変換するには、C1XLBook.TwipsToPixels メソッドと PixelsToTwips メソッドを使用します。

参照

XLColumn クラス
XLColumn メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.