Class STGTY
The STGTY enumeration values are used in the type member of the STATSTG structure to indicate the type of the storage element.
Inheritance
System.Object
STGTY
Namespace: Syncfusion.CompoundFile.XlsIO.Native
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class STGTY : Enum
Fields
STGTY_LOCKBYTES
Indicates that the storage element is a byte-array object.
Declaration
public const STGTY STGTY_LOCKBYTES
Field Value
Type |
---|
STGTY |
STGTY_PROPERTY
Indicates that the storage element is a property storage object.
Declaration
public const STGTY STGTY_PROPERTY
Field Value
Type |
---|
STGTY |
STGTY_STORAGE
Indicates that the storage element is a storage object.
Declaration
public const STGTY STGTY_STORAGE
Field Value
Type |
---|
STGTY |
STGTY_STREAM
Indicates that the storage element is a stream object.
Declaration
public const STGTY STGTY_STREAM
Field Value
Type |
---|
STGTY |