ProcessAutoMergedCells Method
In This Topic
Finds the auto-merged cells.
Syntax
'Declaration
Public Function ProcessAutoMergedCells( _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As Integer, _
ByVal column2 As Integer, _
ByVal As Boolean, _
ByRef 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 ,
int column,
int ,
int column2,
bool ,
out int
)
Parameters
- row
- column
- row2
- column2
- displayOnly
- rowAutoMergedCount
See Also