Spread Windows Forms 12.0 Product Documentation
Implicit Type Conversion Operator


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CellReference Structure : Implicit Type Conversion Operator
The reference.
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

Reference

CellReference Structure
CellReference Members