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