ModelRelationship.PrimaryKeyTable 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 one side of the one-to-many relationship.
public:
property Microsoft::Office::Interop::Excel::ModelTable ^ PrimaryKeyTable { Microsoft::Office::Interop::Excel::ModelTable ^ get(); };
public Microsoft.Office.Interop.Excel.ModelTable PrimaryKeyTable { get; }
Public ReadOnly Property PrimaryKeyTable As ModelTable