Checks to see if a DataGridTable with the given name is contained in this collection.
[Visual Basic] Overloads Public Function Contains( _ ByVal name As String _ ) As Boolean [C#] public bool Contains( string name ); [C++] public: bool Contains( String* name ); [JScript] public function Contains( name : String ) : 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