Spread WPF 17
GrapeCity.Excel Namespace / ExcelTop10 Class / Value Property


In This Topic
    Value Property (ExcelTop10)
    In This Topic
    Top or bottom value to use as the filter criteria.
    Syntax
    'Declaration
     
    Public Property Value As Double
    'Usage
     
    Dim instance As ExcelTop10
    Dim value As Double
     
    instance.Value = value
     
    value = instance.Value
    public double Value {get; set;}
    See Also