バージョン

IsOverlappingWithMergedRegion メソッド

指定した範囲が結合セル範囲に一部でも含まれているかどうかをチェックします。
シンタックス
'宣言
 
Public Function IsOverlappingWithMergedRegion( _
   ByVal firstRow As System.Integer, _
   ByVal firstColumn As System.Integer, _
   ByVal lastRow As System.Integer, _
   ByVal lastColumn As System.Integer _
) As System.Boolean
public System.bool IsOverlappingWithMergedRegion( 
   System.int firstRow,
   System.int firstColumn,
   System.int lastRow,
   System.int lastColumn
)

パラメータ

firstRow
結合されたセル領域の最初の行のインデックス。
firstColumn
結合されたセル領域の最初の列のインデックス。
lastRow
結合されたセル領域の最後の行のインデックス。
lastColumn
結合されたセル領域の最後の行のインデックス。

戻り値の型

指定した範囲が結合セル範囲に一部でも含まれている場合はTrue。そうでなければ False。
参照

オンラインで表示: GitHub