"gridRowCount"

This attribute holds the number of rows for the grid layout.

Synopsis

this.gridRowCount(int);

Parameter

Parameter Description
-

Description

This attribute holds the number of rows for the grid layout.

Example

main()
{
  DebugN(LAYOUT_GROUP1.gridRowCount());
}

Assignment

Layout group