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!

TableRowCollection.GetRowIndex

[To be supplied.]

[Visual Basic]
Public Function GetRowIndex( _
   ByVal row As TableRow _
) As Integer
[C#]
public int GetRowIndex(
   TableRow row
);
[C++]
public: int GetRowIndex(
   TableRow* row
);
[JScript]
public function GetRowIndex(
   row : TableRow
) : int;

Parameters

row
[To be supplied.]

See Also

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