GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / IsCaretInTheEnd Method


In This Topic
IsCaretInTheEnd Method (GcNumberCellType)
In This Topic
Gets whether the caret is at the end.
Syntax
'Declaration
 
Protected Overridable Function IsCaretInTheEnd() As Boolean
 
'Usage
 
Dim instance As GcNumberCellType
Dim value As Boolean
 
value = instance.IsCaretInTheEnd()
See Also