RowSpan Method
RowSpan(int)
Configurates RowSpan.
Sets the row spans occupied by this tile.
Declaration
public TBuilder RowSpan(int value)
Public Function RowSpan(value As Integer) As TBuilder
Parameters
| Type |
Name |
Description |
| int |
value |
The value.
|
Returns
| Type |
Description |
| TBuilder |
Current builder.
|