var instance = new GC.Spread.Sheets.Shapes.GroupShape(worksheet, name); var value; // Type: any value = instance.setFormula(path, formula);
Parameters
- path
- The path which can accept a formula string, it could be one of "x", "y", "width", "height", "rotate".
- formula
- The formula string.