Share via


ChartObject.RoundedCorners Property

True if the embedded chart has rounded corners.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property RoundedCorners As Boolean
    Get
    Set
'Usage
Dim instance As ChartObject
Dim value As Boolean

value = instance.RoundedCorners

instance.RoundedCorners = value
bool RoundedCorners { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

ChartObject Interface

ChartObject Members

Microsoft.Office.Interop.Excel Namespace