Interface IExcelRow
Namespace: Lumina.Excel
Assembly: Lumina.dll
Syntax
public interface IExcelRowProperties
| Improve this Doc View SourceRowId
Declaration
uint RowId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.UInt32 | 
SubRowId
Declaration
uint SubRowId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.UInt32 | 
Methods
| Improve this Doc View SourcePopulateData(RowParser, Lumina, Language)
Used to populate data in implementing classes
Declaration
void PopulateData(RowParser parser, Lumina lumina, Language language)Parameters
| Type | Name | Description | 
|---|---|---|
| RowParser | parser | The parser instance which provides access to row data | 
| Lumina | lumina | The lumina instance responsible for creating the sheet | 
| Language | language | The requested language for the row |