Spread WPF 17
GrapeCity.Excel Namespace / IExcelFilterColumn Interface / Top10 Property


In This Topic
    Top10 Property (IExcelFilterColumn)
    In This Topic
    Specifies the top N (percent or number of items) to filter by.
    Syntax
    'Declaration
     
    Property Top10 As IExcelTop10Filter
    'Usage
     
    Dim instance As IExcelFilterColumn
    Dim value As IExcelTop10Filter
     
    instance.Top10 = value
     
    value = instance.Top10
    IExcelTop10Filter Top10 {get; set;}
    See Also