var instance = new GC.Spread.Sheets.Shapes.ShapeBase(); 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".
Return Value
Returns the formula string from the shape by the path.