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

[To be supplied.]

[Visual Basic]
Public Function GetCellIndex( _
   ByVal cell As TableCell _
) As Integer
[C#]
public int GetCellIndex(
   TableCell cell
);
[C++]
public: int GetCellIndex(
   TableCell* cell
);
[JScript]
public function GetCellIndex(
   cell : TableCell
) : int;

Parameters

cell
[To be supplied.]

See Also

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