'宣言 Public Function Add( _ ByVal firstRow As Integer, _ ByVal firstColumn As Integer, _ ByVal lastRow As Integer, _ ByVal lastColumn As Integer _ ) As WorksheetMergedCellsRegion
public WorksheetMergedCellsRegion Add( int firstRow, int firstColumn, int lastRow, int lastColumn )