Show / Hide Table of Contents

Class ExcelDatabaseCriteriaField

Inheritance
System.Object
ExcelDatabaseCriteriaField
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)
Namespace: OfficeOpenXml.FormulaParsing.Excel.Functions.Database
Assembly: EPPlus.dll
Syntax
public class ExcelDatabaseCriteriaField

Constructors

ExcelDatabaseCriteriaField(Int32)

Declaration
public ExcelDatabaseCriteriaField(int fieldIndex)
Parameters
Type Name Description
System.Int32 fieldIndex

ExcelDatabaseCriteriaField(String)

Declaration
public ExcelDatabaseCriteriaField(string fieldName)
Parameters
Type Name Description
System.String fieldName

Properties

FieldIndex

Declaration
public int? FieldIndex { get; }
Property Value
Type Description
System.Nullable<System.Int32>

FieldName

Declaration
public string FieldName { get; }
Property Value
Type Description
System.String

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
Back to top Generated by DocFX