CustomRows
محتويات
[
يخفي
]CustomRows(int, GridFilterOperatorType, object)
لتصفية قائمة بمعايير مخصصة .
public void CustomRows(int column, GridFilterOperatorType operatorType1, object criteria1)
| معامل | يكتب | وصف |
|---|---|---|
| column | Int32 | عمود ورقة العمل |
| operatorType1 | GridFilterOperatorType | نوع عامل التصفية |
| criteria1 | Object | المعايير المخصصة |
أنظر أيضا
- enum GridFilterOperatorType
- class RowFilterSettings
- مساحة الاسم Aspose.Cells.GridDesktop
- المجسم Aspose.Cells.GridDesktop
CustomRows(int, GridFilterOperatorType, object, bool, GridFilterOperatorType, object)
لتصفية قائمة بمعايير مخصصة .
public void CustomRows(int column, GridFilterOperatorType operatorType1, object criteria1,
bool isAnd, GridFilterOperatorType operatorType2, object criteria2)
| معامل | يكتب | وصف |
|---|---|---|
| column | Int32 | عمود ورقة العمل |
| operatorType1 | GridFilterOperatorType | نوع عامل التصفية |
| criteria1 | Object | المعايير المخصصة |
| isAnd | Boolean | |
| operatorType2 | GridFilterOperatorType | نوع عامل التصفية |
| criteria2 | Object | المعايير المخصصة |
أنظر أيضا
- enum GridFilterOperatorType
- class RowFilterSettings
- مساحة الاسم Aspose.Cells.GridDesktop
- المجسم Aspose.Cells.GridDesktop