'Declaration
Function Lookup( _ ByVal abbreviation As String _ ) As String
'Usage
Dim instance As IAutoExpand Dim abbreviation As String Dim value As String value = instance.Lookup(abbreviation)
string Lookup( string abbreviation )
Parameters
- abbreviation
- An Auto Expand dictionary entry. The abbreviation that gets expanded.
Return Value
The expansion string if an entry exists, or null if an entry doesn't exist.