Table of Contents

Class EpplusExcelDataProvider.NameInfo

Namespace
OfficeOpenXml.FormulaParsing
Assembly
Magicodes.EPPlus.dll
public class EpplusExcelDataProvider.NameInfo : ExcelDataProvider.INameInfo
Inheritance
EpplusExcelDataProvider.NameInfo
Implements
Inherited Members
Extension Methods

Constructors

NameInfo()

public NameInfo()

Properties

Formula

public string Formula { get; set; }

Property Value

string

Id

public ulong Id { get; set; }

Property Value

ulong

Name

public string Name { get; set; }

Property Value

string

Tokens

public IList<Token> Tokens { get; }

Property Value

IList<Token>

Value

public object Value { get; set; }

Property Value

object

Worksheet

public string Worksheet { get; set; }

Property Value

string