Show / Hide Table of Contents

Interface IExcelRow

Namespace: Lumina.Excel
Assembly: Lumina.dll
Syntax
public interface IExcelRow

Properties

| Improve this Doc View Source

RowId

Declaration
uint RowId { get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

SubRowId

Declaration
uint SubRowId { get; set; }
Property Value
Type Description
System.UInt32

Methods

| Improve this Doc View Source

PopulateData(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

  • Improve this Doc
  • View Source
Back to top Generated by DocFX