'宣言
Public Overloads Function IsIntersected( _
ByVal As System.Integer, _
ByVal column As System.Integer _
) As System.Boolean
public System.bool IsIntersected(
System.int ,
System.int column
)
パラメータ
- row
- セルの一番上の行のインデックスを示す整数値。
- column
- セルの左端の列のインデックスを示す整数値。
戻り値の型
この参照に指定したセルが含まれている場合はtrue
、それ以外の場合はfalse
。