Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatConditions Interface / AddTop10 Method


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

    Return Value

    An ITop10 object that represents the highest and lowest values in a range of cells based on a cutoff value that you specify.
    See Also