[]
        
(Showing Draft Content)

C1.WPF.Binding.C1CalcEngine.GetExternalObject

GetExternalObject Method

GetExternalObject(string)

Gets an external object based on an identifier.

Declaration
public virtual object GetExternalObject(string identifier)
Parameters
Type Name Description
string identifier
Returns
Type Description
object
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.)