'Declaration Public Function New( _ ByVal source As ICalcSource, _ ByVal name As String _ )
'Usage Dim source As ICalcSource Dim name As String Dim instance As New CalcExternalNameIdentity(source, name)
public CalcExternalNameIdentity( ICalcSource source, string name )
Parameters
- source
- The owner which contains the data.
- name
- The name that represents a data address.