Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / EditingControl2 Property


In This Topic
    EditingControl2 Property
    In This Topic
    Gets the editing control, or null if the spreadsheet is not in editing mode.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EditingControl2 As Control
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Control
     
    value = instance.EditingControl2
    public Control EditingControl2 {get;}
    See Also