Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / FormulaTextBox Class / CaretIndex Property


In This Topic
    CaretIndex Property (FormulaTextBox)
    In This Topic
    Gets or sets the index of the caret.
    Syntax
    'Declaration
     
    Public Property CaretIndex As Integer
    'Usage
     
    Dim instance As FormulaTextBox
    Dim value As Integer
     
    instance.CaretIndex = value
     
    value = instance.CaretIndex
    public int CaretIndex {get; set;}

    Property Value

    The index of the caret.
    See Also