Gets the specified text string from this datum target symbol.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Function GetTextAtIndex( _
   ByVal Index As Integer _
) As String | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IDatumTargetSym
Dim Index As Integer
Dim value As String
 
value = instance.GetTextAtIndex(Index)
 | 
| C# |  | 
|---|
| string GetTextAtIndex( 
   int Index
) | 
| C++/CLI |  | 
|---|
| String^ GetTextAtIndex( 
&   int Index
)  | 
Parameters
- Index
- Index of the text; index begins at 0 
Return Value
Text string for the specified text 
See Also