Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / EditCaretPosition Enumeration


In This Topic
    EditCaretPosition Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum EditCaretPosition 
       Inherits System.Enum
    'Usage
     
    Dim instance As EditCaretPosition
    public enum EditCaretPosition : System.Enum 
    Members
    MemberDescription
    DefaultPosition is determined by GrapeCity.Wpf.SpreadSheet.CellType.SpreadBeginEditAction.
    EndPositions the caret at the end of the text in the control, without any text selected.
    MouseLocationPositions the caret at the location of the pointer device, without any text selected.
    SelectAllPositions the caret at the beginning of the text in the control, and selects all text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.EditCaretPosition

    See Also