ModelRelationship.PrimaryKeyColumn 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 ModelTableColumn object representing the primary key column in the table on the one side of the one-to-many relationship.
public:
property Microsoft::Office::Interop::Excel::ModelTableColumn ^ PrimaryKeyColumn { Microsoft::Office::Interop::Excel::ModelTableColumn ^ get(); };
public Microsoft.Office.Interop.Excel.ModelTableColumn PrimaryKeyColumn { get; }
Public ReadOnly Property PrimaryKeyColumn As ModelTableColumn