ModelTableNames Interface
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.
A collection of table names representing tables in the Excel data model.
public interface class ModelTableNames
[System.Runtime.InteropServices.Guid("000244E1-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface ModelTableNames
Public Interface ModelTableNames
- Attributes
Remarks
The ModelTableNames collection is used to represent a set of tables in the Excel data model for which changes have been made during a model operation like for example data refresh. The table names are represented as strings in the collection.
Properties
_Default[Object] | |
Application |
Returns an Application object that represents the Excel application. Read-only. |
Count |
Returns an Integer (int in C#) value that represents the number of objects in a ModelTableNames collection. Read-only. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Integer (int in C#). |
Parent |
Returns an Object that represents the parent object of the specified ModelTableNames object. Read-only. |
Methods
Item(Object) |
Returns a single object from the ModelTableNames collection. |