FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BarCodeCellType Class / IsCaretInTheFirstLine Method


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