Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalBitmap Class / Explicit Type Conversion Operator
The interval bitmap.


In This Topic
    Explicit Type Conversion Operator
    In This Topic
    Performs an implicit conversion from IntervalBitmap to IndexBitmap.
    Syntax
    'Declaration
     
    
    Public Operator Narrowing CType( _
       ByVal bitmap As IntervalBitmap _
    ) As IndexBitmap
    'Usage
     
    
    public IndexBitmap operator explicit( 
       IntervalBitmap bitmap
    )

    Parameters

    bitmap
    The interval bitmap.

    Return Value

    The IndexBitmap result of the conversion.
    See Also