Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChartCollectionEditor Class / GetObjectsFromInstance Method
An System.Collections.ArrayList returned as an object.


In This Topic
    GetObjectsFromInstance Method
    In This Topic
    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