GridLayout Constructor(Int32,Int32)
In This Topic
Initializes a new instance of the GridLayout class with the specified number of rows and columns.
Syntax
Parameters
- rows
Specifies the number of rows.
- columns
- Specifies the number of columns.
See Also