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


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