'Usage
Dim instance As SpreadChildControlContainer Dim ctl As Control instance.AddChild(ctl)
Parameters
- ctl
- Child control to add
'Usage
Dim instance As SpreadChildControlContainer Dim ctl As Control instance.AddChild(ctl)
Exception | Description |
---|---|
System.Exception | Name of the child control already exists in the container; control names must be unique |
System.Exception | No child control name specified or control name is null or empty; control names must be non-null and non-empty |