Method GetRowX
Gets row X coordinateUsage
Function GetRowX(
Integer Row [DEPRECATED],
Boolean Report [Optional]
)
Parameters
Row (DEPRECATED)
Type: Integer
This parameter had been deprecated and is not longer need to be used
Report (optional)
Type: Boolean
Default Value: False
Generate report for this step
Returns
Integer value with row X coordinate
Example
VBScript
Application("Demo").View("DemoView").Object("DemoObject").Table("DemoTable").GetRowX(0, True)
JavaScript
Application("Demo").View("DemoView").Object("DemoObject").Table("DemoTable").GetRowX(0, True);
Comment
Get Row X coordinate and save it to variable