public System.bool IsOverlappingWithMergedRegion(
System.int ,
System.int firstColumn,
System.int ,
System.int lastColumn
)
'宣言
Public Function IsOverlappingWithMergedRegion( _
ByVal As System.Integer, _
ByVal firstColumn As System.Integer, _
ByVal As System.Integer, _
ByVal lastColumn As System.Integer _
) As System.Boolean
パラメータ
- firstRow
- 結合されたセル領域の最初の行のインデックス。
- firstColumn
- 結合されたセル領域の最初の列のインデックス。
- lastRow
- 結合されたセル領域の最後の行のインデックス。
- lastColumn
- 結合されたセル領域の最後の行のインデックス。
戻り値の型
指定した範囲が結合セル範囲に一部でも含まれている場合はTrue。そうでなければ False。