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.Item

[To be supplied.]

[C#] In C#, this member is the indexer for the GridTablesCollection class.

Overload List

[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)

See Also

GridTablesCollection Class | GridTablesCollection Members | System.WinForms Namespace