[]
public enum EditCaretPosition
Public Enum EditCaretPosition
Name | Description |
---|---|
Default | Position is determined by GrapeCity.Wpf.SpreadSheet.CellType.SpreadBeginEditAction. |
End | Positions the caret at the end of the text in the control, without any text selected. |
MouseLocation | Positions the caret at the location of the pointer device, without any text selected. |
SelectAll | Positions the caret at the beginning of the text in the control, and selects all text. |