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