UFT Pro (LeanFT) .NET SDK Reference, Version 14.03
ActivateCell(Int32,String) Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
HP.LFT.SDK.WinForms Namespace
>
IUltraWinGrid Interface
>
ActivateCell Method
: ActivateCell(Int32,String) Method
0-based row number.
The column caption.
Double-clicks the specified cell in this grid.
Syntax
C#
void
ActivateCell(
int
row
,
string
columnHeader
)
Parameters
row
0-based row number.
columnHeader
The column caption.