TdxSpreadSheetConditionalFormattingAreaInfo.IsUniqueValue(Variant) Method
Identifies whether the specified value is unique within the list of affected cell ranges.
Declaration
function IsUniqueValue(const AValue: Variant): Boolean;
Parameters
Name | Type |
---|---|
AValue | Variant |
Returns
Type |
---|
Boolean |
Remarks
This function returns False if two or more matching values area stored in cells within all cell ranges are affected by a conditional formatting rule; otherwise – True. Both the “Duplicate Values“ and “Unique Values“ conditional formatting rules call the IsUniqueValue function internally to identify the custom formatted cells within the affected area(s).
See Also