ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / MergeArea Structure / MergeArea Constructor
The top most row of the merged rectangular region.
The bottom most row of the merged rectangular region.
The leftmost column of the merged rectangular region.
The rightmost column of the merged rectangular region.

In This Topic
    MergeArea Constructor
    In This Topic
    Initializes an instance of the MergeArea class with the specified cell coordinates.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rowFrom As UShort, _
       ByVal rowTo As UShort, _
       ByVal columnFrom As UShort, _
       ByVal columnTo As UShort _
    )
    public MergeArea( 
       ushort rowFrom,
       ushort rowTo,
       ushort columnFrom,
       ushort columnTo
    )

    Parameters

    rowFrom
    The top most row of the merged rectangular region.
    rowTo
    The bottom most row of the merged rectangular region.
    columnFrom
    The leftmost column of the merged rectangular region.
    columnTo
    The rightmost column of the merged rectangular region.
    See Also