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.Contains (DataGridTable)

Checks to see if a DataGridTable is contained in this collection.

[Visual Basic]
Overloads Public Function Contains( _
   ByVal table As DataGridTable _
) As Boolean
[C#]
public bool Contains(
   DataGridTable table
);
[C++]
public: bool Contains(
   DataGridTable* table
);
[JScript]
public function Contains(
   table : DataGridTable
) : Boolean;

Parameters

table
A DataGridTable to look for.

Return Value

If the given table exists in the collection, true is returned; otherwise, false is returned.

See Also

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