[]
Configurates IsReadOnly. Sets whether cells in this row or column can be edited.
public TBuilder IsReadOnly(bool value)
Public Function IsReadOnly(value As Boolean) As TBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |