Determines whether the collection contains a given row or column.
'宣言
Public Function Contains( _
ByVal As RowCol _
) As System.Boolean
public System.bool Contains(
RowCol
)
パラメータ
- item
- Row or column items to be detected.
戻り値の型
True if the row or column is a member of the collection, False otherwise.