Spread WPF 18
GrapeCity.Spreadsheet.Printing Namespace / IMergeCellSupport Interface / FindMergedCell Method


In This Topic
    FindMergedCell Method
    In This Topic
    Find the merge cell data from cells[row, column].
    Syntax
    'Declaration
     
    Function FindMergedCell( _
       ByVal worksheet As Worksheet, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByRef mergedCell As Reference, _
       ByRef isAutoMergeCell As Boolean _
    ) As Boolean
    'Usage
     
    Dim instance As IMergeCellSupport
    Dim worksheet As Worksheet
    Dim row As Integer
    Dim column As Integer
    Dim mergedCell As Reference
    Dim isAutoMergeCell As Boolean
    Dim value As Boolean
     
    value = instance.FindMergedCell(worksheet, row, column, mergedCell, isAutoMergeCell)
    bool FindMergedCell( 
       Worksheet worksheet,
       int row,
       int column,
       out Reference mergedCell,
       out bool isAutoMergeCell
    )

    Parameters

    worksheet
    row
    column
    mergedCell
    isAutoMergeCell
    See Also