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.Add

[To be supplied.]

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

Parameters

cell
[To be supplied.]

See Also

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