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!

HtmlTableCellCollection.Add

Adds the specified HtmlTableCell control to the end of the collection.

[Visual Basic]
Public Sub Add( _
   ByVal cell As HtmlTableCell _
)
[C#]
public void Add(
   HtmlTableCell cell
);
[C++]
public: void Add(
   HtmlTableCell* cell
);
[JScript]
public function Add(
   cell : HtmlTableCell
);

Parameters

cell
[To be supplied.]

See Also

HtmlTableCellCollection Class | HtmlTableCellCollection Members | System.Web.UI.HtmlControls Namespace