ActiveChildControl Property (FpSpread)
Gets or sets the active embedded child control object of the sheet.
public virtual Control ActiveChildControl {get; set;}
'Declaration
Public Overridable Property ActiveChildControl As Control
'Usage
Dim instance As FpSpread
Dim value As Control
instance.ActiveChildControl = value
value = instance.ActiveChildControl