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

[To be supplied.]

[Visual Basic]
Public Sub AddAt( _
   ByVal index As Integer, _
   ByVal cell As TableCell _
)
[C#]
public void AddAt(
   int index,
   TableCell cell
);
[C++]
public: void AddAt(
   int index,
   TableCell* cell
);
[JScript]
public function AddAt(
   index : int,
   cell : TableCell
);

Parameters

index
[To be supplied.]
cell
[To be supplied.]

See Also

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