Struct ExcelModule
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: FFXIVClientStructs.FFXIV.Component.Excel
Assembly: FFXIVClientStructs.dll
Syntax
public struct ExcelModule
Methods
| Improve this Doc View SourceGetSheetByIndex(UInt32)
Declaration
[VirtualFunction(1)]
public ExcelSheet*GetSheetByIndex(uint sheetIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt32 | sheetIndex |
Returns
| Type | Description |
|---|---|
| ExcelSheet* |
GetSheetByName(String)
Declaration
[VirtualFunction(2)]
public ExcelSheet*GetSheetByName(string sheetName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | sheetName |
Returns
| Type | Description |
|---|---|
| ExcelSheet* |
LoadSheet(String, Byte, Byte)
Declaration
[VirtualFunction(3)]
public void LoadSheet(string sheetName, byte a3 = 0, byte a4 = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | sheetName | |
| System.Byte | a3 | |
| System.Byte | a4 |