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


In This Topic
    DataHrefFormatString Property
    In This Topic
    Gets or sets the format string to format the Href property value.
    Syntax
    'Declaration
     
    
    Public Property DataHrefFormatString As String
    'Usage
     
    
    Dim instance As TagCloudCellType
    Dim value As String
     
    instance.DataHrefFormatString = value
     
    value = instance.DataHrefFormatString
    public string DataHrefFormatString {get; set;}

    Property Value

    String containing the format string
    Remarks
    {0} in the string is replaced with the value of the field specified as the DataHrefField.
    Example
    This example binds the cell.
    See Also