Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TagCloudCellType Class / SortOrder Property
Example


In This Topic
    SortOrder Property (TagCloudCellType)
    In This Topic
    Gets or sets the sort order for individual cloud items.
    Syntax
    'Declaration
     
    
    Public Property SortOrder As SortOrder
    'Usage
     
    
    Dim instance As TagCloudCellType
    Dim value As SortOrder
     
    instance.SortOrder = value
     
    value = instance.SortOrder
    public SortOrder SortOrder {get; set;}

    Property Value

    SortOrder setting that specifies the sort order
    Example
    This example shows the properties of the tag cloud cell type.
    See Also