ComponentOne Binding Expressions for WPF and Silverlight
C1.WPF.Binding Namespace / C1CalcEngine Class / GetExternalObject Method

In This Topic
    GetExternalObject Method (C1CalcEngine)
    In This Topic
    Gets an external object based on an identifier.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetExternalObject( _
       ByVal identifier As System.String _
    ) As System.Object
    public virtual System.object GetExternalObject( 
       System.string identifier
    )

    Parameters

    identifier
    Remarks
    This method is useful when the engine needs to create objects dynamically. For example, a spreadsheet calc engine would use this method to dynamically create cell range objects based on identifiers that cannot be enumerated at design time (such as "AB12", "A1:AB12", etc.)
    See Also