AutoFilterSortState
Overview
AutoFilterSortState C++ için Aspose.Cells FOSS sınıfıdır.
Auto filtre soru durumunu temsil eder.
Bu sınıf, C++ programlarında AutoFilterSortState nesnelerle çalışmak için 10 yöntem sunar. Mevcut yöntemler şunları içerir: Clear, GetCaseSensitive, GetColumnSort, GetRef, GetSortConditions, GetSortMethod, SetCaseSensitive, SetColumnSort, SetRef, SetSortMethod. Tüm kamu üyeleri, C++ paket için Aspose.Cells FOSS’u yükledikten sonra herhangi bir C ++ uygulamasına erişilebilir.
Methods
| Signature | Description |
|---|---|
GetColumnSort() → bool | Bir sütun türünü göstermek veya bir değer alır. |
SetColumnSort(value: bool) | Sütun değerini belirleyin. |
GetCaseSensitive() → bool | Bir durumun hassas olup olmadığını gösteren bir değer alır veya ayarlar. |
SetCaseSensitive(value: bool) | Hassas değerler için durumun belirlenmesi. |
GetSortMethod() → std::string | Bu yöntemi alır veya belirler. |
SetSortMethod(value: std::string) | Metin değerini belirleyin. |
GetRef() → std::string | Refa’yı alır veya yapar. |
SetRef(value: std::string) | Ref değerini belirleyin. |
GetSortConditions() → AutoFilterSortConditionCollection | Bu tür koşulları kabul eder. |
Clear() | Mevcut durumu temizler. |