Spread WPF 18
GrapeCity.Spreadsheet Namespace / IUniqueValues Interface
Members


In This Topic
    IUniqueValues Interface
    In This Topic
    The UniqueValues object uses the DupeUnique property to Gets or sets an enum that determines whether the rule should look for duplicate or unique values in the range.
    Object Model
    IUniqueValues Interface
    Syntax
    'Declaration
     
    Public Interface IUniqueValues 
       Inherits IFormatCondition 
    'Usage
     
    Dim instance As IUniqueValues
    public interface IUniqueValues : IFormatCondition  
    See Also