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


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