DefHeight, DefWidth プロパティ

◆機能
     各行の高さ(DefHeight)、各列の幅(DefWidth)設定します。RowHeight,ColWidthメソッドで行ごと・列ごとにも設定できます。
◆構文
    [Form.]Ctlname.DefHeight[ = numericexpression]
    [Form.]Ctlname.DefWidth[ = numericexpression]
◆既定値
    DefHeight : 20 (0〜1000)
    DefWidth : 50 (0〜1000)
◆データ型
    整数型