Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / Format Method
Object in the data model with cell data to format


In This Topic
    Format Method (BaseCellType)
    In This Topic
    Formats the specified data into the format of the cell type and returns it as a string.
    Syntax
    'Declaration
     
    
    Public MustOverride Function Format( _
       ByVal obj As Object _
    ) As String
    'Usage
     
    
    Dim instance As BaseCellType
    Dim obj As Object
    Dim value As String
     
    value = instance.Format(obj)
    public abstract string Format( 
       object obj
    )

    Parameters

    obj
    Object in the data model with cell data to format
    See Also