Class
ExcelRowFormattingEventArgs

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 EventArgs.Empty

Constructors

ExcelRowFormattingEventArgs(GridViewRowInfo, RowElement)

Declaration

cs-api-definition
public ExcelRowFormattingEventArgs(GridViewRowInfo gridViewRowInfo, RowElement excelRowElement)

Parameters

gridViewRowInfo

GridViewRowInfo

excelRowElement

RowElement

Properties

ExcelRowElement

Get excel row element for further formatting

Declaration

cs-api-definition
public RowElement ExcelRowElement { get; }

Property Value

RowElement

GridViewRowInfo

Get a reference to the source grid's row.

Declaration

cs-api-definition
public GridViewRowInfo GridViewRowInfo { get; }

Property Value

GridViewRowInfo