Spread for ASP.NET 8.0 Product Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SpreadChartCollectionEditor Class
SpreadChartCollectionEditor Members

 

 


Copyright © GrapeCity, inc. All rights reserved.