System.Web.UI.WebControls Namespace TableCellCollection Class
Adds the items in an array of TableCell objects to the collection.
[ VB ] Overloads Public Sub AddRange ( _ ByVal items ( ) As TableCell _ ) [ C# ] public void AddRange ( TableCell [ ] items ); [ C++ ] public: void AddRange ( TableCell* items [ ] ); [ JScript ] public function AddRange ( items : TableCell [ ] );
Use the AddRange method to add the items in the array of TableCell objects specified by the items parameter. This allows you to add multiple TableCell objects to the collection in a single step.
TableCellCollection Members Add AddAt Insert Remove RemoveAt Clear
© 2000-2010 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 asp.net.ph