TreeView Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a Windows Forms TreeView that can be added to a Microsoft Office Excel worksheet.
public ref class TreeView : System::Windows::Forms::TreeView
[System.ComponentModel.DefaultEvent("AfterSelect")]
[System.ComponentModel.DefaultProperty("Nodes")]
[System.ComponentModel.ToolboxItem(false)]
public class TreeView : System.Windows.Forms.TreeView
[<System.ComponentModel.DefaultEvent("AfterSelect")>]
[<System.ComponentModel.DefaultProperty("Nodes")>]
[<System.ComponentModel.ToolboxItem(false)>]
type TreeView = class
inherit TreeView
Public Class TreeView
Inherits TreeView
- Inheritance
-
TreeView
- Attributes
Remarks
The Microsoft.Office.Tools.Excel.Controls.TreeView is different from a System.Windows.Forms.TreeView. The Microsoft.Office.Tools.Excel.Controls.TreeView has additional members that enable it to be added to an Excel worksheet and that give it additional methods and properties.
Do not use the New
constructor to create a new TreeView. Use the AddTreeView method to add a new TreeView to a worksheet.
Properties
AltHTML | |
Application |
Gets an Application object that represents the creator of the TreeView. |
Border | |
Bottom |
Gets the distance, in points, between the bottom edge of the TreeView and the top edge of the worksheet. |
BottomRightCell |
Gets a Range object that represents the cell that lies under the lower-right corner of the TreeView. |
Creator |
Gets a value that indicates the application in which the TreeView was created. |
Height |
Gets or sets the height of the TreeView. |
Index |
Gets the index number of the TreeView within the collection of OLEObjects on the sheet. |
Interior |
Gets an Interior object that represents the interior of the TreeView. |
Left |
Gets or sets the distance, in points, between the left edge of the TreeView and the left edge of the worksheet. |
Locked |
Gets or sets a value that indicates whether the TreeView can be modified at design time when the sheet is protected. |
OLEType |
Gets a value that represents the OLE object type. |
OnAction | |
Parent |
Gets the parent object for the TreeView. |
Placement |
Gets or sets an object that indicates the way the TreeView is attached to the cells below it. |
PrintObject |
Gets or sets a value that indicates whether the TreeView is printed when the worksheet is printed. |
Right |
Gets the distance, in points, between the right edge of the TreeView and the left edge of the worksheet. |
ShapeRange |
Gets a ShapeRange object that represents the TreeView. |
SourceName |
Gets or sets the link source name of the TreeView. |
Top |
Gets or sets the distance, in points, between the top edge of the TreeView and the top edge of the worksheet. |
TopLeftCell |
Gets a Range object that represents the cell that lies under the upper-left corner of the TreeView. |
Visible |
Gets or sets a value that represents whether the TreeView is visible. |
Width |
Gets or sets the width of the TreeView in points. |
ZOrder |
Gets the z-order position of the TreeView. |
Methods
Activate() |
Activates the TreeView. |
BringToFront() |
Brings the TreeView to the front of the z-order. |
CopyPicture(XlPictureAppearance, XlCopyPictureFormat) |
Copies the TreeView to the Clipboard as a picture. |
Delete() |
Deletes a dynamically created TreeView from the worksheet and removes it from the ControlCollection. |
Select(Object) |
Selects the TreeView. |
SendToBack() |
Sends the TreeView to the back of the z-order. |
SetVisibleCore(Boolean) |
Sets the TreeView to the specified visible state. |
Update() |