FlexPivot for WinForms
Width プロパティ (Column)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > Column クラス : Width プロパティ
Gets or sets the width of this column, in pixels (the value -1 represents the default column width).
シンタックス
'宣言
 
Public Property Width As System.Integer
public System.int Width {get; set;}
解説

Setting this property to -1 causes the grid to use the default column width for this column (see the RowColCollection.DefaultSize property).

Width returns the width assigned to the column even if the row is invisible, and returns -1 if the row has the default height. To obtain the actual display width of a column, use the WidthDisplay property.

参照

Column クラス
Column メンバ