[To be supplied.]
[C#] In C#, this member is the indexer for the GridTablesCollection class.
[To be supplied.]
[Visual Basic] Overloads Public Default ReadOnly Property Item(DataTable) As DataGridTable
[C#] public DataGridTable this[DataTable] {get;}
[C++] public: __property DataGridTable* get_Item(DataTable*);
[JScript] GridTablesCollection.Item (DataTable)
Retrieves the DataGridTable with the specified index.
[Visual Basic] Overloads Public Default ReadOnly Property Item(Integer) As DataGridTable
[C#] public DataGridTable this[int] {get;}
[C++] public: __property DataGridTable* get_Item(int);
[JScript] GridTablesCollection.Item (int)
Retrieves the DataGridTable with the name provided.
[Visual Basic] Overloads Public Default ReadOnly Property Item(String) As DataGridTable
[C#] public DataGridTable this[String] {get;}
[C++] public: __property DataGridTable* get_Item(String*);
[JScript] GridTablesCollection.Item (String)
GridTablesCollection Class | GridTablesCollection Members | System.WinForms Namespace