//--- COMMENT SHAPE DRAW ---
// Create a new shape
Aspose.Cells.Drawing.Shape commentShape = xlWorkSheet.Shapes.AddAutoShape(Aspose.Cells.Drawing.AutoShapeType.RoundedRectangle, 0, 0, 0, 0, 0, 0);
commentShape.Y = 200;…...2 KB) in this above RoundedRectangle...zhao September 27, 2024, 1:22pm 2 @pixihi please try shape.TextOrientationType...