HtmlTable.CellCount Property

Gets the number of cells in this table.

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 with get 
override CellCount : int with get
function get CellCount () : int

Property Value

Type: Int32
The number of cells in this table.

.NET Framework Security

See Also

Reference

HtmlTable Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace