var instance = new GC.Spread.Sheets.Shapes.GroupShape(worksheet, name); var value; // Type: string value = instance.getFormula(path);
function getFormula( path : string ) : string;
パラメータ
- path
- 数式の文字列を受け入れることができるパス。 「x」、「y」、「width」、「height」、「rotate」のいずれかに設定できます。
戻り値の型
パスによってシェイプから数式の文字列を返します。