var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: ShapeCollection value = instance.shapes;
var shapes : ShapeCollection;
var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: ShapeCollection value = instance.shapes;
var shapes : ShapeCollection;
//This example shows how to add a shape. var shape = activeSheet.shapes.add("shape1", GC.Spread.Sheets.Shapes.AutoShapeType.heart, 100, 50, 100, 150);