'Declaration
Public Overloads Shared Function ConvertToTagCloudItems( _ ByVal text() As String, _ ByVal weight() As String, _ ByVal href() As String _ ) As Collection(Of TagCloudItem)
'Usage
Dim text() As String Dim weight() As String Dim href() As String Dim value As Collection(Of TagCloudItem) value = TagCloudCellType.ConvertToTagCloudItems(text, weight, href)
Parameters
- text
- Items for the cloud specified in a string array
- weight
- Weights for the cloud items specified in a string array
- href
- HTML anchors for the cloud items specified in a string array