ListObject Members (Excel)
Represents a table on a worksheet.
Methods
Name |
Description |
---|---|
Deletes the ListObject object and clears the cell data from the worksheet. |
|
Exports a ListObject object to Visio. |
|
Publishes the ListObject object to a server that is running Microsoft SharePoint Fondation. |
|
Retrieves the current data and schema for the list from the server that is running Microsoft SharePoint Fondation. This method can be used only with lists that are linked to a SharePoint site. If the SharePoint site is not available, calling this method will return an error. |
|
The Resize method allows a ListObject object to be resized over a new range. No cells are inserted or moved. |
|
Removes the link to a Microsoft SharePoint Fondation site from a list. Returns Nothing. |
|
Removes the list functionality from a ListObject object. After you use this method, the range of cells that made up the the list will be a regular range of data. |
Properties
Name |
Description |
---|---|
Returns a Boolean value indicating whether a ListObject object in a worksheet is active—that is, whether the active cell is inside the range of the ListObject object. Read-only Boolean. |
|
Returns or sets the descriptive (alternative) text string for the specified table. Read/write |
|
When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only. |
|
Filters a table using the AutoFilter. Read-only. |
|
Returns or sets the comment associated with the list object. Read/write String. |
|
Returns a 32-bit integer that indicates the application in which this object was created. Read-only Long. |
|
Returns a Range object that represents the range of values, excluding the header row, in a table. Read-only. |
|
Returns or sets the display name for the specified ListObject object. Read/write String. |
|
True if the specified ListObject is displayed from right to left instead of from left to right. False if the object is displayed from left to right. Read-only Boolean. |
|
Returns a Range object that represents the range of the header row for a list. Read-only Range. |
|
Returns a Range object representing the Insert row, if any, of a specified ListObject object. Read-only Range. |
|
Returns a ListColumns collection that represents all the columns in a ListObject object. Read-only. |
|
Returns a ListRows object that represents all the rows of data in the ListObject object. Read-only. |
|
Returns or sets a String value that represents the name of the ListObject object. |
|
Returns the parent object for the specified object. Read-only. |
|
Returns the QueryTable object that provides a link for the ListObject object to the list server. Read-only. |
|
Returns a Range object that represents the range to which the specified list object in the above list applies. |
|
Returns a String representing the URL of the SharePoint list for a given ListObject object. Read-only String. |
|
Returns Boolean to indicate whether the AutoFilter will be displayed. Read/write Boolean. |
|
Returns or sets if the header information should be displayed for the specified ListObject object. Read/write Boolean. |
|
Returns or sets if the Column Stripes table style is used for the specified ListObject object. Read/write Boolean. |
|
Returns or sets if the first column is formatted for the specified ListObject object. Read/write Boolean. |
|
Returns or sets if the last column is displayed for the specified ListObject object. Read/write Boolean. |
|
Returns or sets if the Row Stripes table style is used for the specified ListObject object. Read/write Boolean. |
|
Gets or sets a Boolean to indicate whether the Total row is visible. Read/write Boolean. |
|
Gets or sets the sort column or columns, and sort order for the ListObject collection. |
|
Returns a XlListObjectSourceType value that represents the current source of the list. |
|
Returns or sets the description associated with the alternative text string for the specified table. Read/write |
|
Gets or sets the table style for the specified ListObject object. Read/write Variant. |
|
Returns a Range representing the Total row, if any, from a specified ListObject object. Read-only. |
|
Returns an XmlMap object that represents the schema map used for the specified table. Read-only. |