Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormatting Class / Ranges Property


In This Topic
    Ranges Property
    In This Topic
    Gets the ranges that the conditional formatting is applied to.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Ranges As IEnumerable(Of CellRange)
    'Usage
     
    
    Dim instance As ConditionalFormatting
    Dim value As IEnumerable(Of CellRange)
     
    value = instance.Ranges
    public IEnumerable<CellRange> Ranges {get;}
    See Also