_GridView_Rows (gb.qt4)

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

This class is virtual.

Tato třída je nevyvořitelná.

Tato třída působí jako pole pouze číst.

Vlastnosti
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.

Metoda
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.