Click or drag to resize

XlsLineShape LineShapeType Property

Gets or sets the type of the line 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 LineShapeType LineShapeType { get; set; }

Return Value

Type: LineShapeType
The type of the line shape, which can be Line, CurveLine, or ElbowLine.

Implements

ILineShape LineShapeType
Exceptions
Exception Condition
ArgumentNullException Thrown when the shapeConverter is not of the expected type or the provided value is not a valid LineShapeType.
See Also