Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SheetTable Class / RowFilter Property


In This Topic
    RowFilter Property (SheetTable)
    In This Topic
    Gets the row filter of the table.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowFilter As RowFilterBase
    'Usage
     
    Dim instance As SheetTable
    Dim value As RowFilterBase
     
    value = instance.RowFilter
    public RowFilterBase RowFilter {get;}
    See Also