WorkbookConnection.WorksheetDataConnection 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.
Returns an object that contains information for a connection from the PowerPivot Model to data within the workbook such as a range, named range, or table. Read-only.
public:
property Microsoft::Office::Interop::Excel::WorksheetDataConnection ^ WorksheetDataConnection { Microsoft::Office::Interop::Excel::WorksheetDataConnection ^ get(); };
public Microsoft.Office.Interop.Excel.WorksheetDataConnection WorksheetDataConnection { get; }
Public ReadOnly Property WorksheetDataConnection As WorksheetDataConnection