Spread WPF 17
GrapeCity.Excel Namespace / IExcelCustomFilter Interface / Value Property


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