Version

Outline Property (WorksheetShape)

Gets or sets the outline to use for the shape.
Syntax
public ShapeOutline Outline {get; set;}

Property Value

A ShapeOutline-derived instance describing the outline of the shape, or null for no outline.
Remarks

Note: some shapes, such as comments or groups, cannot have a outline set. For these shapes, the value on this property will be ignored and lost when the workbook is saved.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also