FlexPivot for WinForms
MaxSize プロパティ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > RowColCollection クラス : MaxSize プロパティ
Gets or sets the maximum size for rows and columns in the collection.
シンタックス
'宣言
 
Public Property MaxSize As System.Integer
public System.int MaxSize {get; set;}
解説

The MaxSize property limits the maximum size of rows or columns when they are resized by the user or adjusted to fit the contents with the AutoSizeRows(Int32,Int32,Int32,Int32,Int32,AutoSizeFlags) or AutoSizeCols(Int32,Int32,Int32,Int32,Int32,AutoSizeFlags) method.

Setting this property to zero disables it.

参照

RowColCollection クラス
RowColCollection メンバ