GetCellMaxLength メソッド (SapGridView)

クラス

SapGridView.

処理

セルの最大の長さをバイト数で取得します。

構文

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