Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Top10Filter Class / Value Property


In This Topic
    Value Property (Top10Filter)
    In This Topic
    Gets or sets top or bottom value to use as the filter criteria.
    Syntax
    'Declaration
     
    
    Public Property Value As Integer
    'Usage
     
    
    Dim instance As Top10Filter
    Dim value As Integer
     
    instance.Value = value
     
    value = instance.Value
    public int Value {get; set;}

    Property Value

    An integer value represents top or bottom value to use as the filter criteria.
    See Also