Spread WPF 17
GrapeCity.Excel Namespace / IExcelAutoFilter Interface / Range Property


In This Topic
    Range Property (IExcelAutoFilter)
    In This Topic
    An IRange instance used to define the AutoFilter scope.
    Syntax
    'Declaration
     
    Property Range As IRange
    'Usage
     
    Dim instance As IExcelAutoFilter
    Dim value As IRange
     
    instance.Range = value
     
    value = instance.Range
    IRange Range {get; set;}
    See Also