Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / TagCloudRenderer Class / GetItems Method


In This Topic
    GetItems Method (TagCloudRenderer)
    In This Topic
    Gets a set of tag cloud items.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetItems() As String()
    'Usage
     
    
    Dim instance As TagCloudRenderer
    Dim value() As String
     
    value = instance.GetItems()
    public virtual string[] GetItems()
    See Also