Click or drag to resize

XlsLineShape PrstShapeType Property

Gets the type of the preset geometric shape based on the LineShapeType.

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

Return Value

Type: PrstGeomShapeType
The PrstGeomShapeType corresponding to the LineShapeType . Throws ArgumentNullException if the LineShapeType does not match any known type.

Implements

IPrstGeomShape PrstShapeType
See Also