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 Property
Declaration
public PropertyGridSpreadExportCellFormattingEventArgs(PropertyGridSpreadExportCell exportCell, PropertyGridItemBase item, int rowIndex)
Parameters
Property Export cell for further formatting. |
Property The exporting item of RadPropertyGrid. |
System. The row index in the worksheet. |
Properties
ExportCell
Gets export cell for further formatting.
Declaration
public PropertyGridSpreadExportCell ExportCell { get; }
Property Value
Item
Gets the exporting item.
Declaration
public PropertyGridItemBase Item { get; }
Property Value
RowIndex
Gets the row index in worksheet.
Declaration
public int RowIndex { get; }
Property Value
System.
|