Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / BarAdjust Class / Implicit Type Conversion Operator
Object


In This Topic
    Implicit Type Conversion Operator (BarAdjust)
    In This Topic
    Implicit operators the specified object.
    Syntax
    'Declaration
     
    
    Public Operator Widening CType( _
       ByVal obj As BarAdjust _
    ) As Point
    'Usage
     
    
    public Point operator implicit( 
       BarAdjust obj
    )

    Parameters

    obj
    Object
    See Also