Class DirectoryEntry.EntryType
Possible entry types.
Inheritance
System.Object
    DirectoryEntry.EntryType
  Namespace: Syncfusion.CompoundFile.XlsIO.Net
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class EntryType : Enum
  Fields
Invalid
Invalid entry.
Declaration
public const DirectoryEntry.EntryType Invalid
  Field Value
| Type | 
|---|
| DirectoryEntry.EntryType | 
LockBytes
Declaration
public const DirectoryEntry.EntryType LockBytes
  Field Value
| Type | 
|---|
| DirectoryEntry.EntryType | 
Property
Declaration
public const DirectoryEntry.EntryType Property
  Field Value
| Type | 
|---|
| DirectoryEntry.EntryType | 
Root
Root entry.
Declaration
public const DirectoryEntry.EntryType Root
  Field Value
| Type | 
|---|
| DirectoryEntry.EntryType | 
Storage
Entry is storage.
Declaration
public const DirectoryEntry.EntryType Storage
  Field Value
| Type | 
|---|
| DirectoryEntry.EntryType | 
Stream
Entry is stream.
Declaration
public const DirectoryEntry.EntryType Stream
  Field Value
| Type | 
|---|
| DirectoryEntry.EntryType |