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


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