Spread.Sheets
ユーザーから数式入力の許可

ユーザーはセルに等号(=)を入力することで、数式の入力を開始できます。等号を入力してから、「= sum(A1+B1)」などの数式を入力します。ユーザーに対して数式の入力を許可または禁止するには、options.allowUserEditFormula プロパティを使用します。

コードの使用

次のサンプルコードはoptions.allowUserEditFormula プロパティを設定します。

JavaScript
コードのコピー
spread.options.allowUserEditFormula = true;
参照

 

 


© 2016-2017, GrapeCity inc. All rights reserved.