다음을 통해 공유


HtmlRow.CellCount 속성

이 테이블 행의 셀 수를 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
어셈블리:   Microsoft.VisualStudio.TestTools.UITesting(Microsoft.VisualStudio.TestTools.UITesting.dll)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting(Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

구문

‘선언
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

속성 값

형식: Int32
이 테이블 행의 셀 수입니다.

.NET Framework 보안

참고 항목

참조

HtmlRow 클래스

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls 네임스페이스