Skip to main content

hilitedRow

Type

property

Summary

Specifies the line(s) that will be hilited on a PolyGrid control.

Syntax

set the hilitedRow of widget to <Number/List>
get the hilitedRow of widget

Description

Use hilitedRow to get or set the currently hilited rows, the value can be an integer or a list of integer values.

Examples

set the hilitedRow of widget "PolyGrid" to "1,2,9"