SWSSelect.InsertAfter

This function adds an item; Index 0 = insert at beginning; Can use very large number as Index for appending at end.

Syntax Parameters Return Value
Function SWSSelect.InsertAfter( _
    Index As Long, _
    Text As String, _
    Optional Value As String = "", _
    Optional Selected As Boolean = False) As Long
  • Index [in]

Type: Long

  • Text [in]

Type: String

  • Value [in,optional]

Type: String

Default value: ""

  • Selected [in,optional]

Type: Boolean

Default value: False

Long