GridGetSelectedRows

GridGetSelectedRows retrieves the starting and ending rows of the current selection in the data browser dialog box.

rvSelRows = GridGetSelectedRows()

Return Value

rvSelRows is a vector with two elements: [FirstRow, LastRow]. In case of an error the function returns -1.

Comment

All functions starting with Grid access the data browser. If the browser dialog isn’t open, these functions return an invalid value.

id-758725