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


In This Topic
    DataWeightField Property
    In This Topic
    Gets or sets the weight field of the data source of the tag cloud.
    Syntax
    'Declaration
     
    
    Public Property DataWeightField As String
    'Usage
     
    
    Dim instance As TagCloudCellType
    Dim value As String
     
    instance.DataWeightField = value
     
    value = instance.DataWeightField
    public string DataWeightField {get; set;}

    Property Value

    String containing the weight field of the data source
    Example
    This example binds a cell.
    See Also