Cols, Rows プロパティ(実行時は参照専用)
◆機能
非固定領域の列数(
Cols
)、最大行数(
Rows
)を設定します。
Rows
は実行時
AddItem
,
AddItems
メソッドで追加できる項目の最大値です。
◆構文
[
Form
.]
Ctlname
.
Cols
[ =
numericexpression
]
[
Form
.]
Ctlname
.
Rows
[ =
numericexpression
]
◆既定値
Cols : 5 (1〜32700)
Rows : 1000 (1〜32700)
◆データ型
整数型