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


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