The workaround I found was to keep the column as text, but add the data in html format, which looks like a hyperlink column
New System.Collections.Generic.Dictionary(Of String, Object) From {
{"URLLink", "<a href="""+in_StrURLLink+""" target='_blank'>Link</a>"}
}