ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCell Class / Merge Method
The number of rows down to be merged. 1 means only the next cell (in the specified direction) will be merged.
The number of columns accross to be merged. 1 means only the next cell will be merged.

In This Topic
    Merge Method (DDCell)
    In This Topic
    Merges this cell with adjacent cells.
    Syntax
    'Declaration
     
    Public Sub Merge( _
       ByVal numberOfRowsToMerge As UShort, _
       ByVal numberOfColumnsToMerge As UShort _
    ) 
    public void Merge( 
       ushort numberOfRowsToMerge,
       ushort numberOfColumnsToMerge
    )

    Parameters

    numberOfRowsToMerge
    The number of rows down to be merged. 1 means only the next cell (in the specified direction) will be merged.
    numberOfColumnsToMerge
    The number of columns accross to be merged. 1 means only the next cell will be merged.
    Remarks
    Do not merge a cell more than once.
    See Also