TGridReader Class

Represents type TGridReader.

Namespace: System.UI.Automation
TObject
  System.UI.Automation.TGridReader
type
 TGridReader = class(TObject)
 end;

The TGridReader type exposes the following members.

Show:
 NameDescription
Cells[Integer,Integer]

Represents property Cells[Integer,Integer].

ColumnCount

Represents property ColumnCount.

Columns[Integer]

Represents property Columns[Integer].

Control

Represents property Control.

FocusedCell

Represents property FocusedCell.

FocusedColumn

Represents property FocusedColumn.

FocusedColumnIndex

Represents property FocusedColumnIndex.

FocusedRowIndex

Represents property FocusedRowIndex.

RowCount

Represents property RowCount.

Values[Integer,Integer]

Represents property Values[Integer,Integer].

Top
Show:
 NameDescription
FindColumn(String)

Overloaded. Represents method FindColumn(String).

FindColumn(TSigmaField)

Overloaded. Represents method FindColumn(TSigmaField).

GetCell(Integer,Integer)

Represents method GetCell(Integer,Integer).

GetColumn(Integer)

Represents method GetColumn(Integer).

GetColumnCount

Represents method GetColumnCount.

GetControl

Represents method GetControl.

GetFocusedCell

Represents method GetFocusedCell.

GetFocusedColumn

Represents method GetFocusedColumn.

GetFocusedColumnIndex

Represents method GetFocusedColumnIndex.

GetFocusedRowIndex

Represents method GetFocusedRowIndex.

GetRowCount

Represents method GetRowCount.

GetValue(Integer,Integer)

Represents method GetValue(Integer,Integer).

SetFocusedRowIndex(Integer)

Represents method SetFocusedRowIndex(Integer).

Top