var instance = new GC.Spread.Sheets.Shapes.Shape(worksheet, name, autoShapeTypeOrModel, left, top, width, height); var value; // Type: any value = instance.setFormula(path, formula);
パラメータ
- path
- 数式の文字列を受け入れることができるパス。「x」、 「y」、「width」、「height」、「rotate」、「text」、 「style.fill.color」、「style.fill.transparency」、 「style.line.color」、「style.line.lineStyle」、「style.line.width」、「style.line.capType」、「style.line.joinType」、「style.line.transparency」、「style.textEffect.color」、「style.textEffect.transparency」、「style.textEffect.font」、 「style.textFrame.vAlign」、「style.textFrame.hAlign」のいずれかに設定できます。
- formula
- 数式文字列。