ModelTableNameChanges Interface

Definition

A collection of ModelTableNameChange objects representing table names before and after a table name change in the Excel data model.

public interface class ModelTableNameChanges : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000244E3-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface ModelTableNameChanges : System.Collections.IEnumerable
Public Interface ModelTableNameChanges
Implements IEnumerable
Attributes
Implements

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 ModelTableNameChange objects in a ModelTableNameChanges 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 ModelTableNameChanges object. Read-only.

Methods

GetEnumerator()
Item(Object)

Returns a single object from the ModelTableNameChanges collection.

Applies to