Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RowFilter Property


In This Topic
    RowFilter Property
    In This Topic
    Gets or sets the row filter for the sheet.
    Syntax
    'Declaration
     
    
    Public Property RowFilter As IRowFilter
    'Usage
     
    
    Dim instance As SheetView
    Dim value As IRowFilter
     
    instance.RowFilter = value
     
    value = instance.RowFilter
    public IRowFilter RowFilter {get; set;}
    See Also