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
|
Type: Long
Type: String
Type: String Default value: ""
Type: Boolean Default value: False |
Long |