Class ExcelRowFormattingEventArgs
Provides event arguments for the ExcelRowFormatting event
Inheritance
System.Object
System.EventArgs
ExcelRowFormattingEventArgs
Inherited Members
System.EventArgs.Empty
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: Telerik.WinControls.UI.Export.ExcelML
Assembly: TelerikData.dll
Syntax
public class ExcelRowFormattingEventArgs : EventArgs
Constructors
ExcelRowFormattingEventArgs(GridViewRowInfo, RowElement)
Declaration
public ExcelRowFormattingEventArgs(GridViewRowInfo gridViewRowInfo, RowElement excelRowElement)
Parameters
GridViewRowInfo
gridViewRowInfo
|
RowElement
excelRowElement
|
Properties
ExcelRowElement
Get excel row element for further formatting
Declaration
public RowElement ExcelRowElement { get; }
Property Value
RowElement
|
GridViewRowInfo
Get a reference to the source grid's row.
Declaration
public GridViewRowInfo GridViewRowInfo { get; }
Property Value
GridViewRowInfo
|