'宣言 Public Function IsOverlappingWithMergedRegion( _ ByVal firstRow As Integer, _ ByVal firstColumn As Integer, _ ByVal lastRow As Integer, _ ByVal lastColumn As Integer _ ) As Boolean
public bool IsOverlappingWithMergedRegion( int firstRow, int firstColumn, int lastRow, int lastColumn )