GetCellType メソッド (SapGridView)
クラス
SapGridView
.
処理
指定したセルのセル タイプを取得します。
構文
C#
cellType
=
gridView
.
GetCellType
(
row
,
column
)
VB
cellType
=
gridView
.
GetCellType
(
row
,
column
)
変数
説明
cellType
GridCellType
。
row
行のインデックス。 The value is zero-based.。
Integer
。
column
列識別子。
String
。