Freigeben über


HtmlTable.CellCount-Eigenschaft

Ruft die Anzahl der Zellen in dieser Tabelle ab.

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
    Get
public virtual int CellCount { get; }
public:
virtual property int CellCount {
    int get ();
}
abstract CellCount : int
override CellCount : int
function get CellCount () : int

Eigenschaftswert

Typ: System.Int32
Die Anzahl der Zellen in dieser Tabelle.

.NET Framework-Sicherheit

Siehe auch

Referenz

HtmlTable Klasse

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls-Namespace