GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > Worksheet クラス : ProcessAutoMergedCells メソッド |
'宣言
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)
public List<Reference> ProcessAutoMergedCells( int row, int column, int row2, int column2, bool displayOnly, out int rowAutoMergedCount )