Spread Silverlight Documentation
CaretIndex Property


GrapeCity.Windows.SpreadSheet.UI Namespace > FormulaTextBox Class : CaretIndex Property
Gets or sets the index of the caret.
Syntax
'Declaration
 
Public Property CaretIndex As System.Integer
'Usage
 
Dim instance As FormulaTextBox
Dim value As System.Integer
 
instance.CaretIndex = value
 
value = instance.CaretIndex
public System.int CaretIndex {get; set;}

Property Value

The index of the caret.
See Also

Reference

FormulaTextBox Class
FormulaTextBox Members