FlexPivot for WinForms
AllowFreezingEnum 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : AllowFreezingEnum 列挙体
Specifies whether the user should be able to freeze rows and columns with the mouse.
シンタックス
'宣言
 
Public Enum AllowFreezingEnum 
   Inherits System.Enum
public enum AllowFreezingEnum : System.Enum 
メンバ
メンバ解説
BothThe user may freeze rows and columns by dragging the frozen region boundaries with the mouse.
ColumnsThe user may freeze columns by dragging the frozen region vertical boundary with the mouse.
NoneThe user may not freeze rows or columns.
RowsThe user may freeze rows by dragging the frozen region horizontal boundary with the mouse.
継承階層

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

参照

C1.Win.C1FlexGrid 名前空間