Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
contains メソッド
行オブジェクトが HashTree にあるかどうかを決定します。
シンタックス
ASP.NET Ajax Javascript (Specification) | |
---|
function contains(
: GridRow
) : Boolean; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfHashTree.contains(GridRow); |
パラメータ
- row
- 検索する行への参照。
戻り値の型
検索した場合は、true。それ以外は、false。