System.Web.UI.WebControls Namespace GridViewRowCollection Class
.NET Framework version 2.0
Initializes a new instance of the GridViewRowCollection class.
[ VB ] Public Sub New ( _ ByVal rows As ArrayList _ ) [ C# ] public GridViewRowCollection ( ArrayList rows ); [ C++ ] public: GridViewRowCollection ( ArrayList* rows ); [ JScript ] public function GridViewRowCollection ( rows : ArrayList );
Use this constructor to initialize a new instance of the GridViewRowCollection class.
The following example demonstrates how to initialize a new instance of the GridViewRowCollection class.
ArrayList myList = new ArrayList ( ); GridViewRowCollection myItems = new GridViewRowCollection ( myList );
Dim myList As New ArrayList ( ) Dim myItems As New GridViewRowCollection ( myList )
GridViewRowCollection Members GridView ArrayList
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note