'Declaration Public Overloads Function Add( _ ByVal key As String, _ ByVal subStyle As SubStyle _ ) As Integer
'Usage Dim instance As SubStyleCollection Dim key As String Dim subStyle As SubStyle Dim value As Integer value = instance.Add(key, subStyle)
Parameters
- key
- The key of this item.
- subStyle
- The value of this item (a SubStyle).
Return Value
The index of this item in SubStyleCollection.