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. |
val | |
System. |
formula | |
System. |
colIndex | |
System. |
rowIndex |
Properties
ColIndex
Declaration
public int ColIndex { get; }
Property Value
Type | Description |
---|---|
System. |
Formula
Declaration
public string Formula { get; }
Property Value
Type | Description |
---|---|
System. |
RowIndex
Declaration
public int RowIndex { get; }
Property Value
Type | Description |
---|---|
System. |
Value
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System. |