Spread Windows Forms 12.0 Product Documentation
DupeUnique Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IUniqueValues Interface : DupeUnique Property
Gets or sets one of the constants of the XlDupeUnique enumeration, specifying if the conditional format rule is looking for unique or duplicate values.
Syntax
'Declaration
 
Property DupeUnique As DupeUnique
'Usage
 
Dim instance As IUniqueValues
Dim value As DupeUnique
 
instance.DupeUnique = value
 
value = instance.DupeUnique
DupeUnique DupeUnique {get; set;}

Property Value

The dupe unique.
See Also

Reference

IUniqueValues Interface
IUniqueValues Members