var instance = new GC.Spread.Sheets.Shapes.Shape(worksheet, name, autoShapeTypeOrModel, left, top, width, height); var value; // Type: string value = instance.getFormula(path);
function getFormula( path : string ) : string;
パラメータ
- path
- 数式の文字列を受け入れることができるパス。 「x」、「y」、「width」、「height」、「rotate」、「text」、 「style.fill.color」、 「style.fill.transparency」、 「style.fill.src」、 「style.fill.tilePictureAsTexture」、 「style.fill.offsetLeft」、 「style.fill.offsetRight」、 「style.fill.offsetTop」、 「style.fill.offsetBottom」、 「style.fill.offsetX」、 「style.fill.offsetY」、 「style.fill.scaleX」、 「style.fill.scaleY」、 「style.fill.alignment」、 「style.fill.mirrorType」、 「style.fill.type」、 「style.fill.angle」、 「style.fill.direction」、 「style.fill.stops.0.color」、 「style.fill.stops.0.position」、 「style.fill.stops.0.transparency」、 「style.fill.stops.0.brightness」、 「style.line.color」、 「style.line.lineStyle」、 「style.line.width」、 「style.line.capType」、 「style.line.joinType」、 「style.line.compoundType」、 「style .line.transparency 」、 「style.textEffect.color」、 「style.textEffect.transparency」、 「style.textEffect.font」、 「style.textFrame.vAlign」、「style.textFrame.hAlign」のいずれかに設定できます。
戻り値の型
パスによってシェイプから数式の文字列を返します。