Class ExcelDatabase
Inheritance
System.Object
    ExcelDatabase
  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 ExcelDatabaseConstructors
ExcelDatabase(ExcelDataProvider, String)
Declaration
public ExcelDatabase(ExcelDataProvider dataProvider, string range)Parameters
| Type | Name | Description | 
|---|---|---|
| ExcelDataProvider | dataProvider | |
| System.String | range | 
Properties
Fields
Declaration
public IEnumerable<ExcelDatabaseField> Fields { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<ExcelDatabaseField> | 
HasMoreRows
Declaration
public bool HasMoreRows { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Methods
Read()
Declaration
public ExcelDatabaseRow Read()Returns
| Type | Description | 
|---|---|
| ExcelDatabaseRow |