ClassExcelCellFormattingEventArgs
Class
Provides event arguments for the ExcelCellFormatting event
Definition
Namespace:Telerik.WinControls.UI.Export.ExcelML
Assembly:TelerikData.dll
Syntax:
cs-api-definition
public class ExcelCellFormattingEventArgs : EventArgs
Inheritance: objectEventArgsExcelCellFormattingEventArgs
Inherited Members
Constructors
ExcelCellFormattingEventArgs(int, int, Type, GridViewCellInfo, CellElement, SingleStyleElement)
Declaration
cs-api-definition
public ExcelCellFormattingEventArgs(int gridRowIndex, int gridColumnIndex, Type gridRowInfoType, GridViewCellInfo gridViewCellInfo, CellElement excelCellElement, SingleStyleElement excelStyleElement)
Parameters
gridRowIndex
gridColumnIndex
gridRowInfoType
gridViewCellInfo
excelCellElement
excelStyleElement
Properties
ExcelCellElement
Get excel cell element for further formatting
Declaration
cs-api-definition
public CellElement ExcelCellElement { get; }
Property Value
ExcelStyleElement
Get excel style element for further formatting
Declaration
cs-api-definition
public SingleStyleElement ExcelStyleElement { get; }
Property Value
GridCellInfo
Get a reference to the source grid's cell.
Declaration
cs-api-definition
public GridViewCellInfo GridCellInfo { get; }
Property Value
GridColumnIndex
Get source grid's column index
GridRowIndex
Get source grid's row index
GridRowInfoType
Get source grid's row type