Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / ProcessAutoMergedCells Method


In This Topic
    ProcessAutoMergedCells Method
    In This Topic
    Finds the auto-merged cells.
    Syntax
    'Declaration
     
    
    Public Function ProcessAutoMergedCells( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal row2 As Integer, _
       ByVal column2 As Integer, _
       ByVal displayOnly As Boolean, _
       ByRef rowAutoMergedCount As Integer _
    ) As List(Of Reference)
    'Usage
     
    
    Dim instance As Worksheet
    Dim row As Integer
    Dim column As Integer
    Dim row2 As Integer
    Dim column2 As Integer
    Dim displayOnly As Boolean
    Dim rowAutoMergedCount As Integer
    Dim value As List(Of Reference)
     
    value = instance.ProcessAutoMergedCells(row, column, row2, column2, displayOnly, rowAutoMergedCount)
    public List<Reference> ProcessAutoMergedCells( 
       int row,
       int column,
       int row2,
       int column2,
       bool displayOnly,
       out int rowAutoMergedCount
    )

    Parameters

    row
    column
    row2
    column2
    displayOnly
    rowAutoMergedCount
    See Also