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


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