Class ExcelCellRenderingEventArgs
Provides information about the
Inheritance
System.Object
ExcelCellRenderingEventArgs
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: Syncfusion.EJ2.TreeGridExport
Assembly: Syncfusion.EJ2.GridExport.dll
Syntax
public class ExcelCellRenderingEventArgs
Constructors
ExcelCellRenderingEventArgs()
Declaration
public ExcelCellRenderingEventArgs()
Properties
Cell
Gets or sets instance of Syncfusion.XlsIO.IRange cell data.
Declaration
public IRange Cell { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.XlsIO.IRange | An instance of Syncfusion.XlsIO.IRange. |
Column
Gets or sets instance of TreeGridColumn of the current cell.
Declaration
public TreeGridColumn Column { get; set; }
Property Value
Type | Description |
---|---|
TreeGridColumn | An instance of TreeGridColumn. |
Data
Gets or sets the row data associated with this cell.
Declaration
public object Data { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The data stored in this cell's corresponding row. |
Style
Gets or sets instance of Syncfusion.XlsIO.IStyle details of the current cell.
Declaration
public IStyle Style { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.XlsIO.IStyle | An instance of Syncfusion.XlsIO.IStyle. |
Value
Gets or sets the value of the current cell.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The value stored in the current cell. |