Copies a link/embed calc object and inserts the copy into the list.
[Visual Basic .NET] |
---|
Public Function InsertCopy( _ ByVal CalcObj As IAgComponentLinkEmbedControl _ ) As IAgComponentLinkEmbedControl |
[C#] |
---|
public IAgComponentLinkEmbedControl InsertCopy( IAgComponentLinkEmbedControl CalcObj ); |
[Managed C++] |
---|
public: IAgComponentLinkEmbedControl^ InsertCopy( IAgComponentLinkEmbedControl ^ CalcObj ); |
[Unmanaged C++] |
---|
public: HRESULT InsertCopy( IAgComponentLinkEmbedControl * CalcObj, IAgComponentLinkEmbedControl ** ppRetVal ); |
[Java] |
---|
public IAgComponentLinkEmbedControl insertCopy( IAgComponentLinkEmbedControl CalcObj ); |
[Python - STK API ] |
---|
def InsertCopy(self, CalcObj:"IAgComponentLinkEmbedControl") -> "IAgComponentLinkEmbedControl": |
- CalcObj