This document is archived and information here might be outdated. Recommended version. |
The table of the table view.
[Visual Basic .NET] Public Property DETable As IDETable
[C#] public IDETable DETable {get; set;}
[C++]
HRESULT get_DETable(
IDETable** ppDETable
);
[C++]
HRESULT putref_DETable(
IDETable* ppDETable
);
[C++] Parameters ppDETable [out, retval]
ppDETable is a parameter of type IDETable** ppDETable [in]
ppDETable is a parameter of type IDETable*