Class DirectoryEntry.EntryType
Possible entry types.
Inheritance
System.Object
    DirectoryEntry.EntryType
  Namespace: Syncfusion.CompoundFile.XlsIO.Net
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class EntryType : EnumFields
Invalid
Invalid entry.
Declaration
public const DirectoryEntry.EntryType InvalidField Value
| Type | 
|---|
| DirectoryEntry.EntryType | 
LockBytes
Declaration
public const DirectoryEntry.EntryType LockBytesField Value
| Type | 
|---|
| DirectoryEntry.EntryType | 
Property
Declaration
public const DirectoryEntry.EntryType PropertyField Value
| Type | 
|---|
| DirectoryEntry.EntryType | 
Root
Root entry.
Declaration
public const DirectoryEntry.EntryType RootField Value
| Type | 
|---|
| DirectoryEntry.EntryType | 
Storage
Entry is storage.
Declaration
public const DirectoryEntry.EntryType StorageField Value
| Type | 
|---|
| DirectoryEntry.EntryType | 
Stream
Entry is stream.
Declaration
public const DirectoryEntry.EntryType StreamField Value
| Type | 
|---|
| DirectoryEntry.EntryType |