Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellReference Structure / Implicit Type Conversion Operator
The reference.


In This Topic
    Implicit Type Conversion Operator
    In This Topic
    Performs an implicit conversion from CellReference to GrapeCity.CalcEngine.CellReference.
    Syntax
    'Declaration
     
    
    Public Operator Widening CType( _
       ByVal reference As CellReference _
    ) As CellReference
    'Usage
     
    
    public CellReference operator implicit( 
       CellReference reference
    )

    Parameters

    reference
    The reference.

    Return Value

    The result of the conversion.
    See Also