'宣言
Public Function Contains( _
ByVal As XLSheet, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Boolean
public System.bool Contains(
XLSheet ,
System.int ,
System.int
)
パラメータ
- sheet
- セルを含むワークシート。
- row
- セルの行インデックス。
- col
- セルの列インデックス。
戻り値の型
現在の名前付き範囲に指定されたセルが含まれる場合は true、そうでない場合は false。