Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatConditions Interface / AddUniqueValues Method


In This Topic
    AddUniqueValues Method
    In This Topic
    Returns a new IUniqueValues object representing a conditional formatting rule for the specified range.
    Syntax
    'Declaration
     
    
    Function AddUniqueValues() As IUniqueValues
    'Usage
     
    
    Dim instance As IFormatConditions
    Dim value As IUniqueValues
     
    value = instance.AddUniqueValues()
    IUniqueValues AddUniqueValues()

    Return Value

    An IUniqueValues object to quickly visualize cells that contain either unique or duplicate values.
    See Also