ClassExcelRowFormattingEventArgs
Class
Provides event arguments for the ExcelRowFormatting event
Definition
Namespace:Telerik.WinControls.UI.Export.ExcelML
Assembly:TelerikData.dll
Syntax:
cs-api-definition
public class ExcelRowFormattingEventArgs : EventArgs
Inheritance: objectEventArgsExcelRowFormattingEventArgs
Inherited Members
Constructors
ExcelRowFormattingEventArgs(GridViewRowInfo, RowElement)
Declaration
cs-api-definition
public ExcelRowFormattingEventArgs(GridViewRowInfo gridViewRowInfo, RowElement excelRowElement)
Parameters
gridViewRowInfo
excelRowElement
Properties
ExcelRowElement
Get excel row element for further formatting
GridViewRowInfo
Get a reference to the source grid's row.
Declaration
cs-api-definition
public GridViewRowInfo GridViewRowInfo { get; }
Property Value