ModelTable Interface

Definition

public interface class ModelTable
[System.Runtime.InteropServices.Guid("000244D7-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface ModelTable
Public Interface ModelTable
Attributes

Properties

Application

Returns an Application object that represents the Excel application. 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#).

ModelTableColumns

Collection of ModelTableColumns objects that make up the ModelTable. Read-only

Name

Returns a String (string in C#) value that represents the name of the object.

Parent

Returns an Object (object in C#) that represents the parent object of the specified ModelTable object. Read-only.

RecordCount

Returns the total row count for the model table. Integer (int in C#) Read-only

SourceName

Name of the data source for the table. If the table has no data source, the call will generate a run-time error. String (string in C#) Read-only

SourceWorkbookConnection

Returns the Workbook Connection from which the model table originated. Read-only

Methods

_Dummy7()
Refresh()

Refreshes the model table source connections.

Applies to