IsCellHotspot メソッド (SapGridView)
クラス
SapGridView
.
処理
セルがリンクである場合に true を返します。
構文
C#
cellHotspot
=
gridView
.
IsCellHotspot
(
row
,
column
)
VB
cellHotspot
=
gridView
.
IsCellHotspot
(
row
,
column
)
変数
説明
cellHotspot
Boolean
。
row
行のインデックス。 The value is zero-based.。
Integer
。
column
列識別子。
String
。