Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAutoFilter Interface / Range Property


In This Topic
    Range Property (IAutoFilter)
    In This Topic
    Gets an IRange object that represents the range to which the specified AutoFilter applies.
    Syntax
    'Declaration
     
    
    ReadOnly Property Range As IRange
    'Usage
     
    
    Dim instance As IAutoFilter
    Dim value As IRange
     
    value = instance.Range
    IRange Range {get;}

    Property Value

    The IRange object that represents the range to which the specified AutoFilter applies.
    See Also