Spread WPF 17
GrapeCity.Excel Namespace / ExcelDynamicFilter Class / MaxValue Property


In This Topic
    MaxValue Property (ExcelDynamicFilter)
    In This Topic
    A maximum value for dynamic filter
    Syntax
    'Declaration
     
    Public Property MaxValue As Object
    'Usage
     
    Dim instance As ExcelDynamicFilter
    Dim value As Object
     
    instance.MaxValue = value
     
    value = instance.MaxValue
    public object MaxValue {get; set;}
    See Also