Class CustomFilter
Class CustomFilter
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
カスタムフィルターを表します。
public class CustomFilter
継承
継承されたメンバー
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
プロパティ
Criteria
基準を取得および設定します。
public object Criteria { get; set; }
プロパティ値
FilterOperatorType
フィルター演算子の種類を取得および設定します。
public FilterOperatorType FilterOperatorType { get; set; }
プロパティ値
メソッド
SetCriteria(FilterOperatorType, object)
フィルター基準を設定します。
public void SetCriteria(FilterOperatorType filterOperator, object criteria)
パラメーター
filterOperator
FilterOperatorType
フィルター演算子の種類
criteria
object
フィルター基準の値