menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum VARTYPE - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum VARTYPE

    This enumeration is used in VARIANT, TYPEDESC, OLE property sets, and safe arrays.

    Namespace: Syncfusion.CompoundFile.XlsIO.Native
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    [Flags]
    public enum VARTYPE

    Fields

    Name Description
    VT_BOOL

    Variable type is Boolean; True=-1, False=0.

    VT_BSTR

    Variable type is binary string.

    VT_DATE

    Variable type is date.

    VT_EMPTY

    Variable type is not specified.

    VT_FILETIME

    Variable type is FILENAME string.

    VT_I4

    Variable type is 4-byte signed INT.

    VT_INT

    Variable type is int.

    VT_LPSTR

    Variable type is LPSTR.

    VT_LPWSTR

    Variable type is LPWSTR

    VT_VARIANT

    Variable type is VARIANT FAR*.

    VT_VECTOR

    Variable type is binary VECTOR.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved