Show / Hide Table of Contents

Struct ExcelColumnDefinition

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 ExcelColumnDefinition

Fields

| Improve this Doc View Source

Offset

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

Type

Declaration
public ExcelColumnDataType Type
Field Value
Type Description
ExcelColumnDataType

Properties

| Improve this Doc View Source

IsBoolType

Declaration
public bool IsBoolType { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX