Class PROPVARIANT
The PropVariant is used for defining the type tag and the value of a property in a property set.
Inheritance
System.Object
PROPVARIANT
Namespace: Syncfusion.CompoundFile.XlsIO.Native
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class PROPVARIANT : ValueType
Fields
boolVal
The bool value
Declaration
public bool boolVal
Field Value
Type |
---|
System.Boolean |
byteVal
The byte value
Declaration
public byte byteVal
Field Value
Type |
---|
System.Byte |
doubleVal
The double value
Declaration
public double doubleVal
Field Value
Type |
---|
System.Double |
fileTime
The file time
Declaration
public long fileTime
Field Value
Type |
---|
System.Int64 |
intPtr
The int PTR
Declaration
public long intPtr
Field Value
Type |
---|
System.Int64 |
intPtr2
The int PTR2
Declaration
public long intPtr2
Field Value
Type |
---|
System.Int64 |
intVal
The int value
Declaration
public int intVal
Field Value
Type |
---|
System.Int32 |
shortVal
The short value
Declaration
public short shortVal
Field Value
Type |
---|
System.Int16 |
vt
The vt
Declaration
public short vt
Field Value
Type |
---|
System.Int16 |