Retrieves a link/embed calc object found by the name.
[Visual Basic .NET] |
---|
Public Function GetItemByName( _ ByVal Name As String _ ) As IAgComponentLinkEmbedControl |
[C#] |
---|
public IAgComponentLinkEmbedControl GetItemByName( string Name ); |
[Managed C++] |
---|
public: IAgComponentLinkEmbedControl^ GetItemByName( String __gc ^ Name ); |
[Unmanaged C++] |
---|
public: HRESULT GetItemByName( BSTR Name, IAgComponentLinkEmbedControl ** ppComponent ); |
[Java] |
---|
public IAgComponentLinkEmbedControl getItemByName( String Name ); |
[Python - STK API ] |
---|
def GetItemByName(self, Name:str) -> "IAgComponentLinkEmbedControl": |
- Name