Struct ExcelModuleInterface
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 ExcelModuleInterface
Fields
| Improve this Doc View SourceExdModule
Declaration
public ExdModule*ExdModule
Field Value
| Type | Description |
|---|---|
| ExdModule* |
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* |