var instance = new GC.Spread.Sheets.Shapes.Shape(worksheet, name, autoShapeTypeOrModel, left, top, width, height); var returnValue; // Type: any returnValue = instance.type(value);
function type( value : AutoShapeType ) : any;
Parameters
- value
- The type of the shape.
Return Value
If no value is set, returns the type of the shape.