EditingControl Property (FpSpread)
In This Topic
Gets the Control object editing the active cell, or null if the component is not in edit mode.
Syntax
'Declaration
Public ReadOnly Property EditingControl As Control
'Usage
Dim instance As FpSpread
Dim value As Control
value = instance.EditingControl
public Control EditingControl {get;}
See Also