'Declaration
Public Overrides Function GetExternalObject( _ ByVal identifier As String _ ) As Object
public override object GetExternalObject( string identifier )
Parameters
- identifier
- String representing a cell range (e.g. "A1" or "A1:B12".
Return Value
A CellRange object that represents the given range.