Show / Hide Table of Contents

Struct ExcelDataHeader

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lumina.Data.Structs.Excel
Assembly: Lumina.dll
Syntax
public struct ExcelDataHeader

Fields

| Improve this Doc View Source

IndexSize

Declaration
public uint IndexSize
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

Magic

Declaration
public byte *Magic
Field Value
Type Description
System.Byte*
| Improve this Doc View Source

Version

Declaration
public ushort Version
Field Value
Type Description
System.UInt16
  • Improve this Doc
  • View Source
Back to top Generated by DocFX