FlexPivot for WinForms
ClearFlags 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : ClearFlags 列挙体
Specifies which elements of the grid should be cleared by the C1FlexGridBase.Clear method.
シンタックス
'宣言
 
Public Enum ClearFlags 
   Inherits System.Enum
public enum ClearFlags : System.Enum 
メンバ
メンバ解説
AllAll of the above.
ContentClear cell content, including data, images, and check boxes if any.
FilterClear filter of corresponding column.
StyleClear custom styles assigned to cells.
UserDataClear user data associated with cells.
解説
This enumeration contains flags that can be combined to customize the sorting process.
継承階層

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

参照

C1.Win.C1FlexGrid 名前空間