Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TagCloudCellType Class / Format Method
Object


In This Topic
    Format Method (TagCloudCellType)
    In This Topic
    Formats the specified object.
    Syntax
    'Declaration
     
    
    Public Overrides Function Format( _
       ByVal o As Object _
    ) As String
    'Usage
     
    
    Dim instance As TagCloudCellType
    Dim o As Object
    Dim value As String
     
    value = instance.Format(o)
    public override string Format( 
       object o
    )

    Parameters

    o
    Object
    See Also