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


In This Topic
    ValueType Property (IExcelCustomFilter)
    In This Topic
    The type of the value
    Syntax
    'Declaration
     
    Property ValueType As Byte
    'Usage
     
    Dim instance As IExcelCustomFilter
    Dim value As Byte
     
    instance.ValueType = value
     
    value = instance.ValueType
    byte ValueType {get; set;}
    See Also