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


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