[]
Gets or sets a value that indicates how to process the Tab characters when copying, cutting, or pasting the string.
public TabCharMode AcceptsTabChar { get; set; }
Public Property AcceptsTabChar As TabCharMode
| Type | Description |
|---|---|
| TabCharMode | A TabCharMode enumeration that indicates which mode the Tab characters use when copying, cutting, and pasting a string.
|
This property only takes effect when the cell is in edit mode.
| Type | Condition |
|---|---|
| InvalidEnumArgumentException | The value is not a valid TabCharMode item. |