_GridView_Rows.UnSelect (gb.qt4)

Sub UnSelect ( [ Start As Integer, Length As Integer ] )

Unselect several rows.

  • Start is the first row to unselect. If it is not specified, then the first row of the GridView is used.

  • Length is the number of rows to unselect. If it is not specifed, then one row is unselected. If it is negative, then all rows from Start up to the last row of the GridView are unselected.