Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / IsCaretInIntegerPortion Method


In This Topic
    IsCaretInIntegerPortion Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Function IsCaretInIntegerPortion() As Boolean
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim value As Boolean
     
    value = instance.IsCaretInIntegerPortion()
    protected virtual bool IsCaretInIntegerPortion()
    See Also