HtmlRow.CellCount Property

Gets the number of cells in this table row.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property CellCount As Integer
public virtual int CellCount { get; }
public:
virtual property int CellCount {
    int get ();
}
abstract CellCount : int
override CellCount : int
function get CellCount () : int

Property Value

Type: System.Int32
The number of cells in this table row.

.NET Framework Security

See Also

Reference

HtmlRow Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace