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






