ConditionalFormattingCollection

ConditionalFormattingCollection

Vue de l’ensemble

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

Il représente une collection d’objets de formatisation conditionnelle.

Cette classe fournit 5 méthodes pour travailler avec les objets ConditionalFormattingCollection dans des programmes C++. Les méthodologies disponibles comprennent: Add, GetCount , ‘GatNextPriority’, RemoveArea et RemoverAt. Tous les membres publics sont accessibles à n’importe quelle application C ++ après l’installation de l’Aspouse.Cells FOSS pour le package C+.

méthodes

SignatureDescription
GetCount()intGets the number of items. The number of conditional formatting objects.
Add()intAdds the specified item. The zero-based index of the added item.
RemoveAt(index: int)Removes the specified item. The zero-based index.
RemoveArea(startRow: int, startColumn: int, totalRows: int, totalColumns: int)Removes the specified item. The start row. The start column. The total number of rows. The total number of columns.
GetNextPriority(collections: std::vector<Core::ConditionalFormattingModel>)intGets the next priority for the specified collections. The collection of conditional formatting models. The next priority value.

Voir aussi

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