asp.net.ph

TableCellCollection.AddRange Method ( TableCell )

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

Parameters

items
An array of TableCell objects to add to the collection.

Remarks

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.

See Also

TableCellCollection Members   Add   AddAt   Insert   Remove   RemoveAt   Clear Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 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