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


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