Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleGridArea Structure / C1StyleGridArea Constructor / C1StyleGridArea Constructor(Int32,Int32,Int32,Int32)
The row where the area starts.
The column where the area starts.
The number of rows the area extends.
The number of columns the area extends.

In This Topic
    C1StyleGridArea Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Initializes a new instance of the C1StyleGridArea struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       Optional ByVal rowSpan As Integer, _
       Optional ByVal columnSpan As Integer _
    )
    public C1StyleGridArea( 
       int row,
       int column,
       int rowSpan,
       int columnSpan
    )

    Parameters

    row
    The row where the area starts.
    column
    The column where the area starts.
    rowSpan
    The number of rows the area extends.
    columnSpan
    The number of columns the area extends.
    See Also