[]
        
(Showing Draft Content)

FarPoint.Web.Spread.TagCloudCellType.-ctor

TagCloudCellType Constructor

TagCloudCellType()

Creates a new tag cloud cell.

Declaration
public TagCloudCellType()
Public Sub New()

TagCloudCellType(string[], string[], string[])

Creates a new tag cloud cell with the specified items, weights, and hrefs.

Declaration
public TagCloudCellType(string[] items, string[] weights, string[] hrefs)
Public Sub New(items As String(), weights As String(), hrefs As String())
Parameters
Type Name Description
string[] items

Items for the cloud specified in a string array

string[] weights

Weights for the cloud items specified in a string array

string[] hrefs

HTML anchors for the cloud items specified in a string array

TagCloudCellType(string[], string[])

Creates a new tag cloud cell with the specified items and weights.

Declaration
public TagCloudCellType(string[] items, string[] weights)
Public Sub New(items As String(), weights As String())
Parameters
Type Name Description
string[] items

Items for the cloud specified in a string array

string[] weights

Weights for the cloud items specified in a string array