NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

GridTablesCollection.Remove (DataGridTable)

[To be supplied.]

[Visual Basic]
Overloads Public Sub Remove( _
   ByVal table As DataGridTable _
)
[C#]
public void Remove(
   DataGridTable table
);
[C++]
public: void Remove(
   DataGridTable* table
);
[JScript]
public function Remove(
   table : DataGridTable
);

Parameters

table
[To be supplied.]

See Also

GridTablesCollection Class | GridTablesCollection Members | System.WinForms Namespace | GridTablesCollection.Remove Overload List