//--- 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;…...Product Family cells-net pixihi September 27, 2024, 12:49pm 1 //---...TextOrientationType 枚举文本方向类型 simon.zhao September 27, 2024, 1:22pm 2 @pixihi...