[]
Gets an external object based on an identifier.
public virtual object GetExternalObject(string identifier)
| Type | Name | Description |
|---|---|---|
| string | identifier |
| Type | Description |
|---|---|
| object |
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.)