Spread for ASP.NET 11 Product Documentation
GetObjectsFromInstance Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace > SpreadChartCollectionEditor Class : GetObjectsFromInstance Method
An System.Collections.ArrayList returned as an object.
Returns a list containing the given object
Syntax
'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)
protected override IList GetObjectsFromInstance( 
   object 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.
See Also

Reference

SpreadChartCollectionEditor Class
SpreadChartCollectionEditor Members