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;
If the given table exists in the collection, true is returned; otherwise, false is returned.
GridTablesCollection Class | GridTablesCollection Members | System.WinForms Namespace | GridTablesCollection.Contains Overload List