FlexPivot for WinForms
AutoSizeFlags 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : AutoSizeFlags 列挙体
Specifies options that control auto-sizing.
シンタックス
'宣言
 
Public Enum AutoSizeFlags 
   Inherits System.Enum
public enum AutoSizeFlags : System.Enum 
メンバ
メンバ解説
IgnoreHiddenIgnore invisible rows (or columns) when auto-sizing.
IgnoreMergedIgnore merged cells when auto-sizing.
NoneDefault behavior.
SameSizeAll rows (or columns) in the range are set to the same size.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.AutoSizeFlags

参照

C1.Win.C1FlexGrid 名前空間