'DeclarationOverloads Function Add( _ ByVal name As System.String, _ ByVal formula As System.String, _ ByVal referenceStyle As ReferenceStyle _ ) As IName
'UsageDim instance As INames Dim name As System.String Dim formula As System.String Dim referenceStyle As ReferenceStyle Dim value As IName value = instance.Add(name, formula, referenceStyle)
IName Add( System.string name, System.string formula, ReferenceStyle referenceStyle )
Parameters
- name
 - Specifies the name of the defined name.
 - formula
 - Specifies the formula to assign to the defined name.
 - referenceStyle
 - Specifies the ReferenceStyle to use.
 
Return Value
The newly created or modified defined name.