The Table for the row.
[Visual Basic 6.0] Property Table As ITable
[Visual Basic .NET] Public ReadOnly Property Table As ITable
[C#] public ITable Table {get;}
[Java] public getTable ( ITable Table )
[C++] HRESULT get_Table( ITable** Table );
Returns a pointer to the table the row belongs to.
Example:
Dim pTable As ITable
Set pTable = pRow.Table