Compartir a través de


HtmlTable.CellCount (Propiedad)

Obtiene el número de celdas de esta tabla.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Ensamblado:  Microsoft.VisualStudio.TestTools.UITesting (en Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxis

'Declaración
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

Valor de propiedad

Tipo: System.Int32
Número de celdas de esta tabla.

Seguridad de .NET Framework

Vea también

Referencia

HtmlTable Clase

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls (Espacio de nombres)