Class ExcelCell
Inheritance
System.Object
ExcelCell
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing
Assembly: EPPlus.dll
Syntax
public class ExcelCell
Constructors
ExcelCell(Object, String, Int32, Int32)
Declaration
public ExcelCell(object val, string formula, int colIndex, int rowIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Object | val | |
System.String | formula | |
System.Int32 | colIndex | |
System.Int32 | rowIndex |
Properties
ColIndex
Declaration
public int ColIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Formula
Declaration
public string Formula { get; }
Property Value
Type | Description |
---|---|
System.String |
RowIndex
Declaration
public int RowIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Value
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object |