Provides access to the Table Descriptions Interface.
Members
| Name | Description | |
|---|---|---|
![]()  | 
Add | Adds a Table info. | 
![]()  | 
Count | The Table info count. | 
![]()  | 
Element | The Table info at the specified position. | 
![]()  | 
Insert | Adds a Table info at the specified position. | 
![]()  | 
Remove | Removes the Table info at the specified position. | 
![]()  | 
RemoveAll | Removes all Table infos. | 
IStandaloneTableInfos.Add Method
Adds a Table info.
Public Sub Add ( _
    ByVal StandaloneTableInfo As IStandaloneTableInfo _
)
public void Add (
    IStandaloneTableInfo StandaloneTableInfo
);
IStandaloneTableInfos.Count Property
The Table info count.
Public ReadOnly Property Count As Integer
public int Count {get;}
IStandaloneTableInfos.Element Property
The Table info at the specified position.
Public Function get_Element ( _
    ByVal Index As Integer _
) As IStandaloneTableInfo
public IStandaloneTableInfo get_Element (
    int Index
);
IStandaloneTableInfos.Insert Method
Adds a Table info at the specified position.
Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal StandaloneTableInfo As IStandaloneTableInfo _
)
public void Insert (
    int Index,
    IStandaloneTableInfo StandaloneTableInfo
);
IStandaloneTableInfos.Remove Method
Removes the Table info at the specified position.
Public Sub Remove ( _
    ByVal Index As Integer _
)
public void Remove (
    int Index
);
IStandaloneTableInfos.RemoveAll Method
Removes all Table infos.
Public Sub RemoveAll ( _
)
public void RemoveAll (
);
Classes that implement IStandaloneTableInfos
| Classes | Description | 
|---|---|
| StandaloneTableInfos | A collection of Standalone Table Info objects. | 

