Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
isVisibleCell メソッド
セルが表示コンテナーにあるかどうかを決定します。
シンタックス
ASP.NET Ajax Javascript (Specification) | |
---|
function isVisibleCell(
: GridCell
) : Boolean; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfGridUtility.isVisibleCell(GridCell); |
パラメータ
- cell
- 表示状態を決定するセル オブジェクト。
戻り値の型
セルが表示コンテナーにある場合は true。
参照