TdxSpreadSheetCustomConditionalFormatting.RuleCount Property
Returns the total number of conditional formatting rules applied to a worksheet or Grid View.
Declaration
property RuleCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use this property to obtain the number of conditional formatting rules accessible via the Rules property. The maximum index is the RuleCount property value minus one.
See Also