Adds the Spread component to the child control collection.
Syntax
'Declaration
Protected Overrides Sub AddParsedSubObject( _
ByVal As Object _
)
'Usage
Dim instance As FpSpread
Dim c As Object
instance.AddParsedSubObject(c)
protected override void AddParsedSubObject(
object
)
Parameters
- c
- Object that contains the control collection
See Also