// Create a new shape
Aspose.Cells.Drawing.Shape PolygonShape = xlWorkSheet.Shapes.AddAutoShape(Aspose.Cells.Drawing.AutoShapeType.RoundedRectangularCallout, 0, 0, 0, 0, 0, 0);
PolygonShape.Y = 200; //Shape Top propert…...How to change the polygon tip point and also custom all point...Shape Height How to change the polygon tip point Aspose.Cells for...