'Declaration Protected Overrides Function GetObjectsFromInstance( _ ByVal instance As Object _ ) As IList
'Usage Dim instance As SpreadChartCollectionEditor Dim instance As Object Dim value As IList value = instance.GetObjectsFromInstance(instance)
Parameters
- instance
- An System.Collections.ArrayList returned as an object.
Return Value
An System.Collections.ArrayList which contains the individual objects to be created.