Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMaskCellType Class / IsCaretInTheLastLine Method


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