Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BarCodeCellType Class / Format Method


In This Topic
    Format Method (BarCodeCellType)
    In This Topic
    No formatting needed.
    Syntax
    'Declaration
     
    
    Public Overrides Function Format( _
       ByVal obj As Object _
    ) As String
    'Usage
     
    
    Dim instance As BarCodeCellType
    Dim obj As Object
    Dim value As String
     
    value = instance.Format(obj)
    public override string Format( 
       object obj
    )

    Parameters

    obj
    See Also