Return the values from all rows of the listbox as a delimited string.
The default used is the bound column value, but the column index can be specified if a different value is desired.
The delimiter to use
The list box
The column index to take the values from, defaults to the bound column
The quote type: None, SingleQuote, DoubleQuote
(no description)
ListboxSelectionsToDelimList (lstSample, , SingleQuote) => '1','2','3','4','5','6','7','8','9','10'