AutoFilterCustomFilterCollection
Vue de l’ensemble
‘AutoFilterCustomFillterCollection’ est une classe dans Aspose.Cells FOSS pour C++.
Il représente une collection d’objets de filtre automatique personnalisés.
Cette classe fournit 9 méthodes pour travailler avec les objets AutoFilterCustomFillterCollection dans des programmes C++. Les méthodologies disponibles comprennent: ‘Add’, ‘Clear’ , ‘GetCount’, GatEnumerator', ‘GitMatchAll', ’RemoveAt’, 'SetMatxAll, ‘begin’ et ’end’. Tous les membres publics sont accessibles à n’importe quelle application C ++ après l’installation de l’Aspose.Cells FOSS pour le package C+.
méthodes
| Signature | Description |
|---|---|
GetMatchAll() → bool | Gets or sets a value indicating whether match all. |
SetMatchAll(value: bool) | Sets the match all value. |
GetCount() → int | Gets the number of items. |
Add(operatorType: FilterOperatorType, value: std::string_view) → int | Adds the specified item. The operator type. The value. The zero-based index of the added item. |
RemoveAt(index: int) | Removes the specified item. The zero-based index. |
Clear() | Clears the current state. |
GetEnumerator() → std::vector<AutoFilterCustomFilter> | Returns a snapshot vector that iterates through the collection. A vector of custom filters that can be used to iterate through the collection. |
begin() → Iterator | Returns an iterator to the beginning. |
end() → Iterator | Returns an iterator to the end. |
Voir aussi
- Aspose.Cells — référence API d’entreprise