Spread ASP.NET 16
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 IRowFilterFarPoint.Web.Spread.Model.ISerializeSupport 
    'Usage
     
    Dim instance As IRowFilterSlim
    public interface IRowFilterSlim : IRowFilterFarPoint.Web.Spread.Model.ISerializeSupport  
    See Also