Compartir a través de


HtmlRow.CellCount Property

Gets the number of cells in this table row.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assemblies:   Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.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 with get 
override CellCount : int with get
function get CellCount () : int

Property Value

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

.NET Framework Security

See Also

Reference

HtmlRow Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace