GridLayoutChild.rowSpan
int rowSpan() @property nothrowGet rowSpan property.
Returns
The number of rows the child spans to.
void rowSpan(int propval) @property nothrowSet rowSpan property.
Parameters
propval | The number of rows the child spans to. |