[]
Configurates MultiLine. Sets a value that indicates whether the content of cells in this row or column should wrap at new line characters (\n).
public TBuilder MultiLine(bool value)
Public Function MultiLine(value As Boolean) As TBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |