Class ParsedValue
- Namespace
- OfficeOpenXml.FormulaParsing
- Assembly
- Magicodes.EPPlus.dll
public class ParsedValue
- Inheritance
-
ParsedValue
- Inherited Members
- Extension Methods
Constructors
ParsedValue(object, int, int)
public ParsedValue(object val, int rowIndex, int colIndex)
Parameters
Properties
ColIndex
public int ColIndex { get; }
Property Value
RowIndex
public int RowIndex { get; }
Property Value
Value
public object Value { get; }