| |||||||
DataGridColumnCollection.Item PropertySystem.Web.UI.WebControls Namespace DataGridColumnCollection Class Returns a DataGridColumn object at the specified index in the collection. In [ C# ], this property is the indexer for the DataGridColumnCollection class. [ VB ] Public Default ReadOnly Property Item ( _ ByVal index As Integer _ ) As Column [ C# ] public Column this [ int index ] {get;} [ C++ ] public: __property Column* get_Item ( int index ); [ JScript ] returnValue=ColumnCollectionObject.Item ( index ); -or- returnValue=ColumnCollectionObject ( index ); Parameters
Property ValueThe DataGridColumn at the specified index in the collection. RemarksUse this indexer to get a DataGridColumn derived object from the DataGridColumnCollection at the specified index using array notation. ExampleThe following example demonstrates how to use the indexer to get a DataGridColumn derived object from a DataGridColumnCollection.
See AlsoDataGridColumnCollection Members |
| ||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme