Class ExcelHeaderFile
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lumina.Data.Files.Excel
Assembly: Lumina.dll
Syntax
public class ExcelHeaderFile : FileResourceConstructors
| Improve this Doc View SourceExcelHeaderFile()
Declaration
public ExcelHeaderFile()Fields
| Improve this Doc View SourceMagic
Declaration
public const string Magic = "EXHF"Field Value
| Type | Description | 
|---|---|
| System.String | 
Properties
| Improve this Doc View SourceColumnDefinitions
Declaration
public ExcelColumnDefinition[] ColumnDefinitions { get; }Property Value
| Type | Description | 
|---|---|
| ExcelColumnDefinition[] | 
DataPages
Declaration
public ExcelDataPagination[] DataPages { get; }Property Value
| Type | Description | 
|---|---|
| ExcelDataPagination[] | 
Header
Declaration
public ExcelHeaderHeader Header { get; }Property Value
| Type | Description | 
|---|---|
| ExcelHeaderHeader | 
Languages
Declaration
public Language[] Languages { get; }Property Value
| Type | Description | 
|---|---|
| Language[] | 
Methods
| Improve this Doc View SourceGetColumnsHash()
Declaration
public uint GetColumnsHash()Returns
| Type | Description | 
|---|---|
| System.UInt32 | 
GetColumnsHashString()
Declaration
public string GetColumnsHashString()Returns
| Type | Description | 
|---|---|
| System.String | 
LoadFile()
Declaration
public override void LoadFile()