Click or drag to resize

XlsArcShape Style Property

Gets or sets the style of the line for the shape.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ShapeLineStyleType Style { get; set; }

Return Value

Type: ShapeLineStyleType
The current style of the line for the shape.

Implements

IArcShape Style
See Also