Table of Contents

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

val object
rowIndex int
colIndex int

Properties

ColIndex

public int ColIndex { get; }

Property Value

int

RowIndex

public int RowIndex { get; }

Property Value

int

Value

public object Value { get; }

Property Value

object