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
Properties
public string Formula { get; set; }
Property Value
- string
public ulong Id { get; set; }
Property Value
- ulong
public string Name { get; set; }
Property Value
- string
public IList<Token> Tokens { get; }
Property Value
- IList<Token>
public object Value { get; set; }
Property Value
- object
public string Worksheet { get; set; }
Property Value
- string