Retrieves a link/embed calc object found by the index.
[Visual Basic .NET] |
---|
Public Function GetItemByIndex( _ ByVal Index As Integer _ ) As IAgComponentLinkEmbedControl |
[C#] |
---|
public IAgComponentLinkEmbedControl GetItemByIndex( int Index ); |
[Managed C++] |
---|
public: IAgComponentLinkEmbedControl^ GetItemByIndex( int Index ); |
[Unmanaged C++] |
---|
public: HRESULT GetItemByIndex( int Index, IAgComponentLinkEmbedControl ** ppComponent ); |
[Java] |
---|
public IAgComponentLinkEmbedControl getItemByIndex( Integer Index ); |
[Python - STK API ] |
---|
def GetItemByIndex(self, Index:int) -> "IAgComponentLinkEmbedControl": |
- Index