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


In This Topic
    ISortedFilterItem Interface
    In This Topic
    Interface that supports the creation of custom row filters for filtering rows on a sheet. The filtered result is always sorted in ascending order.
    Object Model
    ISortedFilterItem InterfaceSheetView Class
    Syntax
    'Declaration
     
    
    Public Interface ISortedFilterItem 
       Inherits IFilterItem 
    'Usage
     
    
    Dim instance As ISortedFilterItem
    public interface ISortedFilterItem : IFilterItem  
    See Also