var instance = new GC.Spread.Sheets.Shapes.GroupShape(worksheet, name); var value; // Type: string value = instance.getFormula(path);
function getFormula( path : string ) : string;
Parameters
- path
- The path which can accept a formula string, it could be one of "x", "y", "width", "height", "rotate".
Return Value
Returns the formula string from the shape by the path.