Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IRowFilterSlim Interface
Members


In This Topic
    IRowFilterSlim Interface
    In This Topic
    Interface that supports row filters for filtering rows on a sheet. It provides better performance and uses less memory than the original IRowFilter.
    Object Model
    IRowFilterSlim InterfaceFilterColumnDefinitionCollection ClassFilterColumnDefinition ClassSheetView Class
    Syntax
    'Declaration
     
    
    Public Interface IRowFilterSlim 
       Inherits IRowFilter, FarPoint.Web.Spread.Model.ISerializeSupport 
    'Usage
     
    
    Dim instance As IRowFilterSlim
    public interface IRowFilterSlim : IRowFilter, FarPoint.Web.Spread.Model.ISerializeSupport  
    See Also