Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleGridSpan Structure / C1StyleGridSpan Constructor

In This Topic
    C1StyleGridSpan Constructor
    In This Topic
    Initializes a new instance of the C1StyleGridSpan struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal index As Integer, _
       ByVal span As Integer _
    )
    public C1StyleGridSpan( 
       int index,
       int span
    )

    Parameters

    index
    span
    See Also