Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextCellType Class / Format Method
Object to format


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

    Parameters

    o
    Object to format
    See Also