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


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