Class CellDetail
Inheritance
System.Object
CellDetail
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ.Export
Assembly: Syncfusion.EJ.Export.dll
Syntax
public class CellDetail
Constructors
CellDetail()
Declaration
public CellDetail()
Properties
CellIndex
Declaration
public CellIndex CellIndex { get; set; }
Property Value
Type | Description |
---|---|
CellIndex |
SheetIndex
Declaration
public int SheetIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |