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


In This Topic
    Ranges Property (FormattingRuleBase)
    In This Topic
    Gets the cell range collection for the rule.
    Syntax
    'Declaration
     
    Public Property Ranges As CellRange()
    'Usage
     
    Dim instance As FormattingRuleBase
    Dim value() As CellRange
     
    instance.Ranges = value
     
    value = instance.Ranges
    public CellRange[] Ranges {get; set;}

    Property Value

    The cell range collection. The value is never null.
    See Also