C# Класс UIA.Extensions.AutomationProviders.Defaults.Tables.DataGridRowInformation

Наследование: UIA.Extensions.AutomationProviders.Interfaces.Tables.RowInformation
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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