AutoFilterSortState

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

SignatureDescription
GetColumnSort()boolBir sütun türünü göstermek veya bir değer alır.
SetColumnSort(value: bool)Sütun değerini belirleyin.
GetCaseSensitive()boolBir 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::stringBu yöntemi alır veya belirler.
SetSortMethod(value: std::string)Metin değerini belirleyin.
GetRef()std::stringRefa’yı alır veya yapar.
SetRef(value: std::string)Ref değerini belirleyin.
GetSortConditions()AutoFilterSortConditionCollectionBu tür koşulları kabul eder.
Clear()Mevcut durumu temizler.

See Also

 Türkçe