Applies To
ChartObject Object, ChartObjects Collection, DrawingObjects Collection, GroupObject Object, GroupObjects Collection, Rectangle Object, Rectangles Collection, TextBox Object, TextBoxes Collection.
Description
True if the drawing object has rounded corners. Read-write.
Example
This example adds rounded corners to rectangle one on Sheet1.
Worksheets("Sheet1").Rectangles(1).RoundedCorners = True