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
Properties
ColIndex
public int ColIndex { get; }
Property Value
Formula
public string Formula { get; }
Property Value
RowIndex
public int RowIndex { get; }
Property Value
Value
public object Value { get; }