TableLayout Constructor (Int32, Int32) |
Initializes a new instance of the
TableLayout class with the specified number of columns and rows.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public TableLayout(
int columns,
int rows
)
Public Sub New (
columns As Integer,
rows As Integer
)
new :
columns : int *
rows : int -> TableLayout
Parameters
- columns
- Type: SystemInt32
Number of columns in the table. - rows
- Type: SystemInt32
Number of rows in the table.
See Also