IStandaloneTableDescriptions Interface

Provides access to the Table Descriptions Interface.

Members

Name Description
Method Add Adds a Table description.
Read-only property Count The Table description count.
Read-only property Element The Table description at the specified position.
Method Insert Adds a Table description at the specified position.
Method Remove Removes the Table description at the specified position.
Method RemoveAll Removes all Table descriptions.

IStandaloneTableDescriptions.Add Method

Adds a Table description.

Public Sub Add ( _
    ByVal StandaloneTableDescription As IStandaloneTableDescription _
)
public void Add (
    IStandaloneTableDescription StandaloneTableDescription
);

IStandaloneTableDescriptions.Count Property

The Table description count.

Public ReadOnly Property Count As Integer
public int Count {get;}

IStandaloneTableDescriptions.Element Property

The Table description at the specified position.

Public Function get_Element ( _
    ByVal Index As Integer _
) As IStandaloneTableDescription
public IStandaloneTableDescription get_Element (
    int Index
);

IStandaloneTableDescriptions.Insert Method

Adds a Table description at the specified position.

Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal StandaloneTableDescription As IStandaloneTableDescription _
)
public void Insert (
    int Index,
    IStandaloneTableDescription StandaloneTableDescription
);

IStandaloneTableDescriptions.Remove Method

Removes the Table description at the specified position.

Public Sub Remove ( _
    ByVal Index As Integer _
)
public void Remove (
    int Index
);

IStandaloneTableDescriptions.RemoveAll Method

Removes all Table descriptions.

Public Sub RemoveAll ( _
)
public void RemoveAll (
);

Classes that implement IStandaloneTableDescriptions

Classes Description
StandaloneTableDescriptions A collection of Standalone Table Description objects.

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