Syntax
Public Overrides Function Symbol(ByVal Index As Integer)As Symbol
Public Overrides Function Symbol(ByVal Name As String)As Symbol
This function returnsan object of typeSymbolfor the corresponding name or index.
Parameters
Key | Description |
Index | The index of symbol |
Name | The name of symbol |
Return Value
It will return an object of typeSymbol.
See Also