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