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


In This Topic
    Value Property (ExcelCustomFilter)
    In This Topic
    Top or bottom value used in the filter criteria.
    Syntax
    'Declaration
     
    Public Property Value As Object
    'Usage
     
    Dim instance As ExcelCustomFilter
    Dim value As Object
     
    instance.Value = value
     
    value = instance.Value
    public object Value {get; set;}
    See Also