[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.CaretIndex

CaretIndex Property

CaretIndex

Gets or sets the insertion position index of the caret.

Declaration
public int CaretIndex { get; set; }
Public Property CaretIndex As Integer
Property Value
Type Description
int

The zero-based insertion position index of the caret.

Remarks

Getting this property returns the current insertion position index of the caret. Setting this property moves the caret to the specified insertion position.

An insertion position is between either characters or element tags.