ModelRelationship.ForeignKeyTable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the ModelTable object representing the table on the many side of the one-to-many relationship. Read-only
public:
property Microsoft::Office::Interop::Excel::ModelTable ^ ForeignKeyTable { Microsoft::Office::Interop::Excel::ModelTable ^ get(); };
public Microsoft.Office.Interop.Excel.ModelTable ForeignKeyTable { get; }
Public ReadOnly Property ForeignKeyTable As ModelTable