Class GridExcelExport.ExcelHeaderQueryCellInfoEventArgs
Defines event argument of excel header query cell event.
Inheritance
System.Object
GridExcelExport.ExcelHeaderQueryCellInfoEventArgs
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.EJ2.GridExport
Assembly: Syncfusion.EJ2.GridExport.dll
Syntax
public class ExcelHeaderQueryCellInfoEventArgs
Constructors
ExcelHeaderQueryCellInfoEventArgs()
Declaration
public ExcelHeaderQueryCellInfoEventArgs()
Properties
Cell
Defines the cell that contains colspan.
Declaration
public IRange Cell { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.XlsIO.IRange |
Column
Defines the Grid cell instance
Declaration
public GridColumn Column { get; set; }
Property Value
Type | Description |
---|---|
GridColumn |
Style
Defines the style of the current cell.
Declaration
public IStyle Style { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.XlsIO.IStyle |
Value
Defines the value of the current cell.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |