Show / Hide Table of Contents

Class ExcelDatabaseField

Inheritance
System.Object
ExcelDatabaseField
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 ExcelDatabaseField

Constructors

ExcelDatabaseField(String, Int32)

Declaration
public ExcelDatabaseField(string fieldName, int colIndex)
Parameters
Type Name Description
System.String fieldName
System.Int32 colIndex

Properties

ColIndex

Declaration
public int ColIndex { get; }
Property Value
Type Description
System.Int32

FieldName

Declaration
public string FieldName { get; }
Property Value
Type Description
System.String
In This Article
  • Constructors
    • ExcelDatabaseField(String, Int32)
  • Properties
    • ColIndex
    • FieldName
Back to top Generated by DocFX