Pastes a link/embed calc object from the clipboard into the list.
[Visual Basic .NET] |
---|
Public Function Paste() As IAgComponentLinkEmbedControl |
[C#] |
---|
public IAgComponentLinkEmbedControl Paste(); |
[Managed C++] |
---|
public: IAgComponentLinkEmbedControl ^ Paste(); |
[Unmanaged C++] |
---|
public: HRESULT Paste( IAgComponentLinkEmbedControl ** ppCalcObj ); |
[Java] |
---|
public IAgComponentLinkEmbedControl paste(); |
[Python - STK API ] |
---|
def Paste(self) -> "IAgComponentLinkEmbedControl": |