UFT Pro (LeanFT) .NET SDK Reference, Version 14.03
ActivateCell(Int32,Int32) Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
HP.LFT.SDK.WPF Namespace
>
ITable Interface
>
ActivateCell Method
: ActivateCell(Int32,Int32) Method
The 0-based index of the row of the cell to activate.
The 0-based index of the column of the cell to activate.
Double-clicks the specified cell in this grid.
Syntax
C#
void
ActivateCell(
int
row
,
int
column
)
Parameters
row
The 0-based index of the row of the cell to activate.
column
The 0-based index of the column of the cell to activate.