Adds the given table to the utility object's list of tables.
[Visual Basic 6.0] Sub AddInternalTable2(
ByVal pTable As ITable, _
ByVal pGPTableView As IGPTableView _
)
[Visual Basic .NET] Public Sub AddInternalTable2 ( _ ByVal pTable As ITable, _ ByVal pGPTableView As IGPTableView _ )
[C#] public void AddInternalTable2 ( ITable pTable, IGPTableView pGPTableView );
[Java] public void addInternalTable2 ( ITable pTable, IGPTableView pGPTableView ) throws IOException, AutomationException
[C++] HRESULT AddInternalTable2( ITable* pTable, IGPTableView* pGPTableView );
Parameters
pTable [in]
pTable is a parameter of type ITable
pGPTableView [in]
pGPTableView is a parameter of type IGPTableView