Height Method
Height(int?)
Configurates Height.
Sets the height of this column group
Declaration
public TBuilder Height(int? value)
Public Function Height(value As Integer?) As TBuilder
Parameters
| Type |
Name |
Description |
| int? |
value |
The value.
|
Returns
| Type |
Description |
| TBuilder |
Current builder.
|