AutoFilterSortState
Overview
AutoFilterSortState เป็นคลาสใน Aspose.Cells FOSS สําหรับ C++.
แสดงถึงสภาพการเรียงกรองอัตโนมัติ.
หมวดนี้ให้ 10 วิธีในการทํางานกับวัตถุ AutoFilterSortState ในโปรแกรม C++. วิธีการที่ใช้ได้แก่: Clear, GetCaseSensitive, GetColumnSort, GetRef, GetSortConditions, GetSortMethod, SetCaseSensitive, SetColumnSort, SetRef, SetSortMethod. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน C++ ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Cells FOSS for C++.
Methods
| Signature | Description |
|---|---|
GetColumnSort() → bool | ได้รับหรือกําหนดค่าที่แสดงว่าการจัดลําดับคอลัมน์หรือไม่. |
SetColumnSort(value: bool) | กําหนดค่าการเรียงลําดับคอลัมน์. |
GetCaseSensitive() → bool | ได้รับหรือกําหนดค่าที่แสดงว่าตัวเลขมีความรู้สึกหรือไม่. |
SetCaseSensitive(value: bool) | วางค่าที่รู้สึกถึงกรณี. |
GetSortMethod() → std::string | ได้รับหรือกําหนดวิธีการจัดลําดับ. |
SetSortMethod(value: std::string) | กําหนดค่าวิธีการเรียงลําดับ. |
GetRef() → std::string | ได้หรือกําหนดผู้ตัดสิน. |
SetRef(value: std::string) | กําหนดค่า ref. |
GetSortConditions() → AutoFilterSortConditionCollection | ได้รับเงื่อนไขการคัดเลือก. |
Clear() | ทําให้สถานการณ์ปัจจุบันเรียบร้อยแล้ว. |