Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / IsCaretInTheEnd Method


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