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
this[string]
public object this[string field] { get; set; }
Parameters
field
string