Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EditBaseCellType Class / IsCaretInTheEnd Method


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