Table of Contents

Class ExcelDatabaseRow

Namespace
OfficeOpenXml.FormulaParsing.Excel.Functions.Database
Assembly
Magicodes.EPPlus.dll
public class ExcelDatabaseRow
Inheritance
ExcelDatabaseRow
Inherited Members
Extension Methods

Constructors

ExcelDatabaseRow()

public ExcelDatabaseRow()

Properties

this[int]

public object this[int index] { get; }

Parameters

index int

Property Value

object

this[string]

public object this[string field] { get; set; }

Parameters

field string

Property Value

object