//--- 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;…...the font size commentShape.Font.Size = 14; // Set the font color...color commentShape.Font.Color = System.Drawing.Color.Blue; // Set...