IStandaloneTableInfos Interface

Provides access to the Table Descriptions Interface.

Members

Name Description
Method Add Adds a Table info.
Read-only property Count The Table info count.
Read-only property Element The Table info at the specified position.
Method Insert Adds a Table info at the specified position.
Method Remove Removes the Table info at the specified position.
Method 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.