[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Chart.SpreadChartCollectionEditor.GetObjectsFromInstance

GetObjectsFromInstance Method

GetObjectsFromInstance(object)

Returns a list containing the given object

Declaration
protected override IList GetObjectsFromInstance(object instance)
Protected Overrides Function GetObjectsFromInstance(instance As Object) As IList
Parameters
Type Name Description
object instance

An ArrayList returned as an object.

Returns
Type Description
IList

An ArrayList which contains the individual objects to be created.

Overrides