CustomRows

CustomRows(int, GridFilterOperatorType, object)

Filtrerar en lista med ett anpassat kriterium.

public void CustomRows(int column, GridFilterOperatorType operatorType1, object criteria1)
ParameterTypBeskrivning
columnInt32Kolumnen i kalkylbladet
operatorType1GridFilterOperatorTypeFilteroperatortypen
criteria1ObjectDe anpassade kriterierna

Se även


CustomRows(int, GridFilterOperatorType, object, bool, GridFilterOperatorType, object)

Filtrerar en lista med ett anpassat kriterium.

public void CustomRows(int column, GridFilterOperatorType operatorType1, object criteria1, 
    bool isAnd, GridFilterOperatorType operatorType2, object criteria2)
ParameterTypBeskrivning
columnInt32Kolumnen i kalkylbladet
operatorType1GridFilterOperatorTypeFilteroperatortypen
criteria1ObjectDe anpassade kriterierna
isAndBoolean
operatorType2GridFilterOperatorTypeFilteroperatortypen
criteria2ObjectDe anpassade kriterierna

Se även