FormatConditionCollection
अवलोकन
FormatConditionCollection एक क्लास है Aspose.Cells के लिए नेट।.
FormatConditionCollection.Add adds a conditional format for the specified area with type, operator and formulas.
विवरण
FormatConditionCollection .NET के लिए Aspose.Cells FOSS लाइब्रेरी में एक वर्ग है जो प्रोग्रामिंग उपयोग के 8 तरीकों और 2 गुणों को प्रस्तुत करता है।.
कक्षा में भी प्रदान की जाती है Count संपत्ति (संपत्ति में कुल शर्तों की संख्या को ध्यान में रखते हुए), RangeCount संपत्ति (संकल में अलग सेल क्षेत्रों की संख्या को गिनती करता है)।.
गुण
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | संग्रह में कुल शर्तों की संख्या प्राप्त करें |
RangeCount | int | Read | संग्रह में अलग सेल क्षेत्रों की संख्या प्राप्त करता है |
विधियाँ
| Signature | Description |
|---|---|
Add(area: CellArea, type: FormatConditionType, operatorType: OperatorType, formula1: string, formula2: string) | एक विशिष्ट क्षेत्र के लिए एक शर्त प्रारूप जोड़ता है, जिसमें प्रकार, ऑपरेटर और सूत्र शामिल हैं |
AddCondition(type: FormatConditionType) | डिफ़ॉल्ट ऑपरेटर और खाली सूत्रों का उपयोग करके निर्दिष्ट प्रकार के साथ एक नया स्थिति जोड़ें |
AddCondition(type: FormatConditionType, operatorType: OperatorType, formula1: string, formula2: string) | |
AddArea(area: CellArea) | संग्रह की रेंज सूची में निर्दिष्ट CellArea जोड़ें |
GetCellArea(index: int) | CellArea को दिए गए सूचकांक में वापस लाएं |
RemoveArea(index: int) | निर्दिष्ट शून्य-आधारित सूचकांक पर सेल क्षेत्र को हटा दें |
RemoveArea(startRow: int, startColumn: int, totalRows: int, totalColumns: int) | |
RemoveCondition(index: int) | उस सूचकांक में स्थिति को हटा दें |