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

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

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

Свойство Тип Описание
Cell System.Windows.Forms.DataGridViewCell

Открытые методы

Метод Описание
DataGridCellInformation ( System.Windows.Forms.DataGridViewCell cell ) : System.Windows
FromCell ( System.Windows.Forms.DataGridViewCell cell ) : CellInformation

Описание методов

DataGridCellInformation() публичный Метод

public DataGridCellInformation ( System.Windows.Forms.DataGridViewCell cell ) : System.Windows
cell System.Windows.Forms.DataGridViewCell
Результат System.Windows

FromCell() публичный статический Метод

public static FromCell ( System.Windows.Forms.DataGridViewCell cell ) : CellInformation
cell System.Windows.Forms.DataGridViewCell
Результат UIA.Extensions.AutomationProviders.Interfaces.Tables.CellInformation

Описание свойств

Cell защищенное свойство

protected DataGridViewCell,System.Windows.Forms Cell
Результат System.Windows.Forms.DataGridViewCell