Class ListViewSpreadExportCellFormattingEventArgs
Provides event arguments for the CellFormatting event
Inheritance
Inherited Members
Namespace: Telerik.WinControls.Export
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ListViewSpreadExportCellFormattingEventArgs : EventArgs
Constructors
ListViewSpreadExportCellFormattingEventArgs(ListViewSpreadExportCell, ListViewDataItem, Int32)
Initializes a new instance of the ListViewSpreadExportCellFormattingEventArgs class.
Declaration
public ListViewSpreadExportCellFormattingEventArgs(ListViewSpreadExportCell exportCell, ListViewDataItem dataItem, int rowIndex)
Parameters
ListViewSpreadExportCell
exportCell
Export cell for further formatting. |
ListViewDataItem
dataItem
The exporting item of RadListView. |
System.Int32
rowIndex
The row index in the worksheet. |
Properties
DataItem
Gets the exporting item.
Declaration
public ListViewDataItem DataItem { get; }
Property Value
ListViewDataItem
|
ExportCell
Gets export cell for further formatting.
Declaration
public ListViewSpreadExportCell ExportCell { get; }
Property Value
ListViewSpreadExportCell
|
RowIndex
Gets the row index in worksheet.
Declaration
public int RowIndex { get; }
Property Value
System.Int32
|