Spread WinForms 15
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
 

Parameters

reference
The reference.

Return Value

The result of the conversion.
See Also