Show / Hide Table of Contents

Struct ExcelHeaderHeader

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 ExcelHeaderHeader

Fields

| Improve this Doc View Source

ColumnCount

Declaration
public ushort ColumnCount
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

DataOffset

Declaration
public ushort DataOffset
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

LanguageCount

Declaration
public ushort LanguageCount
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

Magic

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

PageCount

Declaration
public ushort PageCount
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

RowCount

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

Variant

Declaration
public ExcelVariant Variant
Field Value
Type Description
ExcelVariant
| 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