Click or drag to resize

XlsRectangleShape ShapeType Property

Gets the type of the shape, which is always a rectangle in this implementation.

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

Property Value

Type: ExcelShapeType

Implements

IShape ShapeType
See Also