AutoFilterSupport

AutoFilterSupport

Vue de l’ensemble

‘AutoFilterSupport’ est une classe dans Aspose.Cells FOSS pour C++.

Les méthodes d’aide interne pour les opérations de filtre automatique.

Cette classe fournit 10 méthodes pour travailler avec des objets AutoFilterSupport dans les programmes C++. Les méthodologies disponibles comprennent: AutoFillterPopport, CompareFitterColumns , NormalizeOptionalRange ; NormalizeOptionText; normaliseRequiredRang : ‘NormaliseTex: 'ParseOperatorOrDefault', 'ToOoperatorName et ‘TryNormalisRanger’ : tous les membres publics sont accessibles à toute application C ++ après l’installation de l’Aspouse.Cells FOSS pour le package C+.

méthodes

SignatureDescription
AutoFilterSupport()Calls AutoFilterSupport on this AutoFilterSupport instance.
NormalizeOptionalRange(value: std::string_view, parameterName: std::string_view)std::stringNormalizes an optional range string, returning empty if blank. Throws CellsException if non-blank but not a valid range.
NormalizeRequiredRange(value: std::string_view, parameterName: std::string_view)std::stringNormalizes a required range string, throwing if blank or invalid.
TryNormalizeRange(value: std::string_view, normalized: std::string)boolAttempts to normalize a range string. Returns true on success.
NormalizeOptionalText(value: std::string_view)std::stringNormalizes optional text by trimming; returns empty if blank.
NormalizeText(value: std::string_view, parameterName: std::string_view)std::stringValidates that a text value is non-null. Throws ArgumentNullException equivalent if the value is null. Returns the value as a string.
ParseOperatorOrDefault(value: std::string_view)FilterOperatorTypeParses an operator string, defaulting to Equal on blank input.
TryParseOperator(value: std::string_view, operatorType: FilterOperatorType)boolParses an operator string, returning false on unrecognized values.
ToOperatorName(operatorType: FilterOperatorType)std::stringConverts a FilterOperatorType to its XML attribute name, or null/empty for Equal.
CompareFilterColumns(left: Core::FilterColumnModel, right: Core::FilterColumnModel)intCompares two filter columns by column index.

Voir aussi

  • Aspose.Cells — référence API d’entreprise
 Français