C# Class UIA.Extensions.AutomationProviders.Defaults.Tables.DataGridRowInformation

Inheritance: UIA.Extensions.AutomationProviders.Interfaces.Tables.RowInformation
Mostra file Open project: northwoodspd/UIA.Extensions Class Usage Examples

Protected Properties

Property Type Description
DataGridViewRow System.Windows.Forms.DataGridViewRow

Public Methods

Method Description
AddToSelection ( ) : void
ClearSelection ( ) : void
DataGridRowInformation ( System.Windows.Forms.DataGridViewRow dataGridViewRow ) : System.Collections.Generic
FromRow ( System.Windows.Forms.DataGridViewRow row ) : RowInformation
Select ( ) : void

Method Details

AddToSelection() public method

public AddToSelection ( ) : void
return void

ClearSelection() public method

public ClearSelection ( ) : void
return void

DataGridRowInformation() public method

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

FromRow() public static method

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

Select() public method

public Select ( ) : void
return void

Property Details

DataGridViewRow protected_oe property

protected DataGridViewRow,System.Windows.Forms DataGridViewRow
return System.Windows.Forms.DataGridViewRow