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!

HtmlTableRowCollection.Insert

Adds an HtmlTableRow control to a specified location in the collection.

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

Parameters

index
Ordinal location in which to insert the HtmlTableRow control.
row
[To be supplied.]

See Also

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