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


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