FormatConditionCollection

نظرة عامة

FormatConditionCollection هي فئة في Aspose.Cells FOSS للـ Java.

يمثل مجموعة من شروط التنسيق في Excel.

الخصائص

الاسمالنوعالوصولالوصف
countintقراءةيعيد العدد.
rangeCountintقراءةيعيد عدد النطاق.

الطرق

التوقيعالوصف
getCount()intيعيد العدد.
getRangeCount()intيعيد عدد النطاق.
get(index: int)FormatConditionيعيد العنصر المطلوب.
add(area: CellArea, type: FormatConditionType, operatorType: OperatorType, formula1: String, formula2: String)intيضيف عنصرًا جديدًا إلى المجموعة الحالية.
addCondition(type: FormatConditionType)intيضيف شرطًا.
addCondition(type: FormatConditionType, operatorType: OperatorType, formula1: String, formula2: String)intيضيف شرطًا.
addArea(area: CellArea)يضيف مساحة.
getCellArea(index: int)CellAreaيعالج الحصول على مساحة الخلية.
removeArea(index: int)يزيل مساحة.
removeArea(startRow: int, startColumn: int, totalRows: int, totalColumns: int)يزيل مساحة.
removeCondition(index: int)يزيل شرطًا.
 العربية