Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Top10Filter Class / Top10Filter Constructor
if set to true filter by top order.
An integer value represents top or bottom value to use as the filter criteria.
if set to true filter by percent value of the column.


In This Topic
    Top10Filter Constructor
    In This Topic
    Initializes a new instance of the Top10Filter class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal topOrder As Boolean, _
       ByVal value As Integer, _
       ByVal isPercentage As Boolean _
    )
    'Usage
     
    
    Dim topOrder As Boolean
    Dim value As Integer
    Dim isPercentage As Boolean
     
    Dim instance As New Top10Filter(topOrder, value, isPercentage)
    public Top10Filter( 
       bool topOrder,
       int value,
       bool isPercentage
    )

    Parameters

    topOrder
    if set to true filter by top order.
    value
    An integer value represents top or bottom value to use as the filter criteria.
    isPercentage
    if set to true filter by percent value of the column.
    See Also