UFT Pro (LeanFT) .NET SDK Reference, Version 14.03
ActivateCell(String,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(String,String) Method
The row as a string in the format: "n1;n2;...;nX" where n is the row number in each band level.
The column caption.
Double-clicks the specified cell in this grid.
Syntax
C#
void
ActivateCell(
string
rowPath
,
string
columnHeader
)
Parameters
rowPath
The row as a string in the format: "n1;n2;...;nX" where n is the row number in each band level.
columnHeader
The column caption.