GetCellWidth メソッド (SapGridView)

クラス

SapGridView.

処理

指定したセルの幅を取得します。

構文

C#
cellWidth = gridView.GetCellWidth(row, column)
VB
cellWidth = gridView.GetCellWidth(row, column)
変数 説明
cellWidth Integer
row 行のインデックス。 The value is zero-based.。 Integer
column 列識別子。 String