Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / RowFilterBase Class / Range Property


In This Topic
    Range Property (RowFilterBase)
    In This Topic
    Gets or sets the cell range for the row filter.
    Syntax
    'Declaration
     
    Public Overridable Property Range As CellRange
    'Usage
     
    Dim instance As RowFilterBase
    Dim value As CellRange
     
    instance.Range = value
     
    value = instance.Range
    public virtual CellRange Range {get; set;}
    See Also