SPREAD for WPF 3.0J - GcSpreadSheet
FilterOptions 列挙体

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 : FilterOptions 列挙体
定義名を問い合わせるためのフィルタリングオプションを表します。
シンタックス
'宣言
 
Public Enum FilterOptions 
   Inherits System.Enum
public enum FilterOptions : System.Enum 
メンバ
メンバ解説
Allすべての定義名を返します。
WithErrorsGrapeCity.CalcEngine.CalcErrorを含まれる定義名を返します。
WithoutErrorsGrapeCity.CalcEngine.CalcErrorを含まない定義名を返します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.FilterOptions

参照

GrapeCity.Spreadsheet 名前空間