| |||||||
DataGridColumnCollection ConstructorSystem.Web.UI.WebControls Namespace DataGridColumnCollection Class Initializes a new instance of the DataGridColumnCollection class. [ VB ] Public Sub New ( _ ByVal owner As DataGrid, _ ByVal columns As ArrayList _ ) [ C# ] public DataGridColumnCollection ( DataGrid owner, ArrayList columns ); [ C++ ] public: DataGridColumnCollection ( DataGrid* owner, ArrayList* columns ); [ JScript ] public function DataGridColumnCollection ( owner : DataGrid, columns : ArrayList ); Parameters
RemarksUse this constructor to initialize a new instance of the DataGridColumnCollection class. ExampleThe following example demonstrates how to initialize a new instance of the DataGridColumnCollection class.
See AlsoDataGridColumnCollection Members DataGrid ArrayList |
| ||||||
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