Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleGridSpan Structure / Implicit Type Conversion Operator / Implicit Type Conversion(C1StyleGridSpan,Int32) Operator
The index of the span.

In This Topic
    Implicit Type Conversion(C1StyleGridSpan,Int32) Operator
    In This Topic
    Casting operator to convert an integer into a C1StyleGridSpan.
    Syntax
    'Declaration
     
    
    Overloads Public Operator Widening CType( _
       ByVal index As Integer _
    ) As C1StyleGridSpan
    public C1StyleGridSpan operator implicit( 
       int index
    )

    Parameters

    index
    The index of the span.
    See Also