Adds a link/embed calc object to the collection.
[Visual Basic .NET] |
---|
Public Function Add( _ ByVal Name As String, _ ByVal RefType As AgEComponentLinkEmbedControlReferenceType _ ) As IAgComponentLinkEmbedControl |
[C#] |
---|
public IAgComponentLinkEmbedControl Add( string Name, AgEComponentLinkEmbedControlReferenceType RefType ); |
[Managed C++] |
---|
public: IAgComponentLinkEmbedControl^ Add( String __gc ^ Name, AgEComponentLinkEmbedControlReferenceType RefType ); |
[Unmanaged C++] |
---|
public: HRESULT Add( BSTR Name, AgEComponentLinkEmbedControlReferenceType RefType, IAgComponentLinkEmbedControl ** ppComponentLinkEmbedControl ); |
[Java] |
---|
public IAgComponentLinkEmbedControl add( String Name, AgEComponentLinkEmbedControlReferenceType RefType ); |
[Python - STK API ] |
---|
def Add(self, Name:str, RefType:"AgEComponentLinkEmbedControlReferenceType") -> "IAgComponentLinkEmbedControl": |
- Name
- RefType