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!

TableCellCollection.AddWithContents

[To be supplied.]

[Visual Basic]
Public Function AddWithContents( _
   ByVal contents() As Control _
) As TableCell
[C#]
public TableCell AddWithContents(
   Control[] contents
);
[C++]
public: TableCell* AddWithContents(
   Control* contents[]
);
[JScript]
public function AddWithContents(
   contents : Control[]
) : TableCell;

Parameters

contents
[To be supplied.]

See Also

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