ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class / UnMergeCells Method

In This Topic
    UnMergeCells Method
    In This Topic
    Removes the MergeArea from the MergedAreas record for this sheet.
    Syntax
    'Declaration
     
    Public Sub UnMergeCells( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    public void UnMergeCells( 
       int row,
       int column
    )

    Parameters

    row
    column
    See Also