Uncheck Method (SWTTable)

Class

SWTTable class

Action

Unchecks the check box.

Syntax

table.Uncheck(Item)
Variable Description
Item The check box to uncheck. LISTITEM.

Notes

This method is supported only in scripts that use the Open Agent.

Example

SWTControls.SWTTabControl1.Control14.SWTTabControl1.Table.Table1.Uncheck("Index:4")