Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Top10Condition Class / Ranges Property


In This Topic
    Ranges Property (Top10Condition)
    In This Topic
    Gets or sets the ranges.
    Syntax
    'Declaration
     
    Public Property Ranges As ICellRange()
    'Usage
     
    Dim instance As Top10Condition
    Dim value() As ICellRange
     
    instance.Ranges = value
     
    value = instance.Ranges
    public ICellRange[] Ranges {get; set;}

    Property Value

    The ranges.
    See Also