Get your 6-month No-Cost Opt-Out offer for Unlimited software automation!

Method GetCellColumn

Get the column number of a cell with the input text

Usage

Function GetCellColumn( 
        String CellText [Optional],
        Boolean Report [Optional]
)

Parameters

CellText (optional)

Type: String

Text of the cell to look for

Report (optional)

Type: Boolean

Default Value: False

Generate report for this step

Returns

Integer

Example

VBScript

msgbox Application("Demo").View("DemoView").Object("DemoTable").GetCellColumn("test")

JavaScript

alert(Application("Demo").View("DemoView").Object("DemoTable").GetCellColumn("test"));

Documentation Categories

ZAPTEST

FARM

LOAD