'Declaration
Overloads Function List( _ ByVal index As Integer, _ Optional ByVal entry As String _ ) As String
'Usage
Dim instance As IControlFormat Dim index As Integer Dim entry As String Dim value As String value = instance.List(index, entry)
Parameters
- index
- The index number of a single text entry.
- entry
- The single text entry to set.
null
value will be omitted.
Return Value
The single text entry at the specified index.