Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / AutoFilter Class / Range Property


In This Topic
    Range Property (AutoFilter)
    In This Topic
    Gets a GrapeCity.CalcEngine.RangeReference value that represents the range to which the specified AutoFilter applies.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Range As Reference
    'Usage
     
    
    Dim instance As AutoFilter
    Dim value As Reference
     
    value = instance.Range
    public Reference Range {get;}

    Property Value

    A GrapeCity.CalcEngine.RangeReference value represents the range of this AutoFilter.
    See Also