Table of Contents

Class ExcelCell

Namespace
OfficeOpenXml.FormulaParsing
Assembly
Magicodes.EPPlus.dll
public class ExcelCell
Inheritance
ExcelCell
Inherited Members
Extension Methods

Constructors

ExcelCell(object, string, int, int)

public ExcelCell(object val, string formula, int colIndex, int rowIndex)

Parameters

val object
formula string
colIndex int
rowIndex int

Properties

ColIndex

public int ColIndex { get; }

Property Value

int

Formula

public string Formula { get; }

Property Value

string

RowIndex

public int RowIndex { get; }

Property Value

int

Value

public object Value { get; }

Property Value

object