Class ExcelDatabaseRow
Inheritance
System.Object
ExcelDatabaseRow
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.Excel.Functions.Database
Assembly: EPPlus.dll
Syntax
public class ExcelDatabaseRow
Properties
Item[Int32]
Declaration
public object this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type | Description |
---|---|
System.Object |
Item[String]
Declaration
public object this[string field] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.String | field |
Property Value
Type | Description |
---|---|
System.Object |