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 List
Declaration
public ListViewSpreadExportCellFormattingEventArgs(ListViewSpreadExportCell exportCell, ListViewDataItem dataItem, int rowIndex)
Parameters
List Export cell for further formatting. |
List The exporting item of RadListView. |
System. The row index in the worksheet. |
Properties
DataItem
Gets the exporting item.
Declaration
public ListViewDataItem DataItem { get; }
Property Value
ExportCell
Gets export cell for further formatting.
Declaration
public ListViewSpreadExportCell ExportCell { get; }
Property Value
RowIndex
Gets the row index in worksheet.
Declaration
public int RowIndex { get; }
Property Value
System.
|