[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.EditCaretPosition

EditCaretPosition Enum

Namespace: GrapeCity.Wpf.SpreadSheet.CellType
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public enum EditCaretPosition
Public Enum EditCaretPosition

Fields

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.