グリッドの分割数を取得、設定する

■プログラム説明
 グリッドの分割数はpreferences.gridSubDivisionsで読み出し、設定することができます。

■ソースコード
gs = preferences.gridSubDivisions;
alert(gs);

■ポイント
 なし