GetCellHeight メソッド (SapGridView)
クラス
SapGridView
.
処理
セルの高さ(ピクセル単位)を取得します。
構文
C#
cellHeight
=
gridView
.
GetCellHeight
(
row
,
column
)
VB
cellHeight
=
gridView
.
GetCellHeight
(
row
,
column
)
変数
説明
cellHeight
Integer
。
row
行のインデックス。 The value is zero-based.。
Integer
。
column
列識別子。
String
。