Spread WPF 17
GrapeCity.Excel Namespace / ExcelAutoFilter Class / Range Property


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

    Property Value

    The AutoFilter Range
    See Also