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

