[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType.AcceptsTabChar

AcceptsTabChar Property

AcceptsTabChar

Gets or sets a value that indicates how to process the Tab characters when copying, cutting, or pasting the string.

Declaration
public TabCharMode AcceptsTabChar { get; set; }
Public Property AcceptsTabChar As TabCharMode
Property Value
Type Description
TabCharMode

A TabCharMode enumeration that indicates which mode the Tab characters use when copying, cutting, and pasting a string.
The default is TabCharMode.NoControl.

Remarks

This property only takes effect when the cell is in edit mode.

Exceptions
Type Condition
InvalidEnumArgumentException

The value is not a valid TabCharMode item.