var instance = new GC.Spread.Sheets.Shapes.Shape(worksheet, name, autoShapeTypeOrModel, left, top, width, height); var returnValue; // Type: any returnValue = instance.rotate(value);
function rotate( value : undefined ) : any;
Parameters
- value
- The rotated angle of the shape (unit in degree) specified by a number or formula (starts with =) can get a number value.
Return Value
If no value is set, returns the rotated angle of the shape (unit in degree).