ListView 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 ListView that can be added to a Microsoft Office Excel worksheet.
public ref class ListView : System::Windows::Forms::ListView
[System.ComponentModel.DefaultEvent("SelectedIndexChanged")]
[System.ComponentModel.DefaultProperty("Items")]
[System.ComponentModel.ToolboxItem(false)]
public class ListView : System.Windows.Forms.ListView
[<System.ComponentModel.DefaultEvent("SelectedIndexChanged")>]
[<System.ComponentModel.DefaultProperty("Items")>]
[<System.ComponentModel.ToolboxItem(false)>]
type ListView = class
inherit ListView
Public Class ListView
Inherits ListView
- Inheritance
-
ListView
- Attributes
Remarks
The Microsoft.Office.Tools.Excel.Controls.ListView is different from a System.Windows.Forms.ListView. The Microsoft.Office.Tools.Excel.Controls.ListView 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 ListView. Use the AddListView method to add a new ListView to a worksheet.
Properties
AltHTML | |
Application |
Gets an Application object that represents the creator of the ListView. |
Border | |
Bottom |
Gets the distance, in points, between the bottom edge of the ListView 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 ListView. |
Creator |
Gets a value that indicates the application in which the ListView was created. |
Height |
Gets or sets the height of the ListView. |
Index |
Gets the index number of the ListView within the collection of OLEObjects on the sheet. |
Interior |
Gets an Interior object that represents the interior of the ListView. |
Left |
Gets or sets the distance, in points, between the left edge of the ListView and the left edge of the worksheet. |
Locked |
Gets or sets a value that indicates whether the ListView 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 ListView. |
Placement |
Gets or sets an object that indicates the way the ListView is attached to the cells below it. |
PrintObject |
Gets or sets a value that indicates whether the ListView is printed when the worksheet is printed. |
Right |
Gets the distance, in points, between the right edge of the ListView and the left edge of the worksheet. |
ShapeRange |
Gets a ShapeRange object that represents the ListView. |
SourceName |
Gets or sets the link source name of the ListView. |
Top |
Gets or sets the distance, in points, between the top edge of the ListView 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 ListView. |
Visible |
Gets or sets a value that represents whether the ListView is visible. |
Width |
Gets or sets the width of the ListView in points. |
ZOrder |
Gets the z-order position of the ListView. |
Methods
Activate() |
Activates the ListView. |
BringToFront() |
Brings the ListView to the front of the z-order. |
CopyPicture(XlPictureAppearance, XlCopyPictureFormat) |
Copies the ListView to the Clipboard as a picture. |
Delete() |
Deletes a dynamically created ListView from the worksheet and removes it from the ControlCollection. |
Select(Object) |
Selects the ListView. |
SendToBack() |
Sends the ListView to the back of the z-order. |
SetVisibleCore(Boolean) |
Sets the ListView to the specified visible state. |
Update() |