GetWeightStrings Method | Spread ASP.NET 18
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / TagCloudRenderer Class / GetWeightStrings Method


In This Topic
GetWeightStrings Method
In This Topic
Gets a set of weights as strings.
Syntax
'Declaration
 
Public Overridable Function GetWeightStrings() As String()
 
'Usage
 
Dim instance As TagCloudRenderer
Dim value() As String
 
value = instance.GetWeightStrings()
See Also