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