Show / Hide Table of Contents

Interface ExcelDataProvider.INameInfo

Namespace: OfficeOpenXml.FormulaParsing
Assembly: EPPlus.dll
Syntax
public interface INameInfo

Properties

Formula

Declaration
string Formula { get; set; }
Property Value
Type Description
System.String

Id

Declaration
ulong Id { get; set; }
Property Value
Type Description
System.UInt64

Name

Declaration
string Name { get; set; }
Property Value
Type Description
System.String

Tokens

Declaration
IList<Token> Tokens { get; }
Property Value
Type Description
System.Collections.Generic.IList<Token>

Value

Declaration
object Value { get; set; }
Property Value
Type Description
System.Object

Worksheet

Declaration
string Worksheet { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX