'Declaration Public Enum EditCaretPosition Inherits System.Enum
'Usage Dim instance As EditCaretPosition
public enum EditCaretPosition : System.Enum
'Declaration Public Enum EditCaretPosition Inherits System.Enum
'Usage Dim instance As EditCaretPosition
public enum EditCaretPosition : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Wpf.SpreadSheet.CellType.EditCaretPosition