NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TableRowCollection.AddWithCells

[To be supplied.]

[Visual Basic]
Public Function AddWithCells( _
   ByVal cells() As TableCell _
) As TableRow
[C#]
public TableRow AddWithCells(
   TableCell[] cells
);
[C++]
public: TableRow* AddWithCells(
   TableCell* cells[]
);
[JScript]
public function AddWithCells(
   cells : TableCell[]
) : TableRow;

Parameters

cells
[To be supplied.]

See Also

TableRowCollection Class | TableRowCollection Members | System.Web.UI.WebControls Namespace