C# 클래스 UIA.Extensions.AutomationProviders.Defaults.Tables.DataGridRowInformation

상속: UIA.Extensions.AutomationProviders.Interfaces.Tables.RowInformation
파일 보기 프로젝트 열기: northwoodspd/UIA.Extensions 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
DataGridViewRow System.Windows.Forms.DataGridViewRow

공개 메소드들

메소드 설명
AddToSelection ( ) : void
ClearSelection ( ) : void
DataGridRowInformation ( System.Windows.Forms.DataGridViewRow dataGridViewRow ) : System.Collections.Generic
FromRow ( System.Windows.Forms.DataGridViewRow row ) : RowInformation
Select ( ) : void

메소드 상세

AddToSelection() 공개 메소드

public AddToSelection ( ) : void
리턴 void

ClearSelection() 공개 메소드

public ClearSelection ( ) : void
리턴 void

DataGridRowInformation() 공개 메소드

public DataGridRowInformation ( System.Windows.Forms.DataGridViewRow dataGridViewRow ) : System.Collections.Generic
dataGridViewRow System.Windows.Forms.DataGridViewRow
리턴 System.Collections.Generic

FromRow() 공개 정적인 메소드

public static FromRow ( System.Windows.Forms.DataGridViewRow row ) : RowInformation
row System.Windows.Forms.DataGridViewRow
리턴 UIA.Extensions.AutomationProviders.Interfaces.Tables.RowInformation

Select() 공개 메소드

public Select ( ) : void
리턴 void

프로퍼티 상세

DataGridViewRow 보호되어 있는 프로퍼티

protected DataGridViewRow,System.Windows.Forms DataGridViewRow
리턴 System.Windows.Forms.DataGridViewRow