_GridView_Rows (gb.qt4)

This virtual class represents an array of all rows of a GridView.

Questa classe è virtuale.

Questa classe non è creabile.

Questa classe si comporta come un solo-lettura array.

Proprietà
Border   Return or set the default custom border of the rows.
Count   Return or set the number of rows.
H   A synonymous for the Height property.
Height   Return or set the default row height.
Max   Return the greatest row index, i.e. Count - 1.
Padding   Return or set the vertical padding between rows.
Resizable   Return or set if the row headers are resizable.
Selection   Return a sorted array of the indexes all selected rows.
W   A synonymous for the Width property.
Width   Returns the width of the row header.

Metodi
Insert   Insert new rows inside the Gridview.
Remove   Remove some rows from the Gridview.
Select   Selects several rows.
SelectAll   Select all rows.
UnSelect   Unselect several rows.
UnSelectAll   Unselect all rows.