XlsRectangleShape
RectShapeType Property
|
Gets the type of rectangle 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 RectangleShapeType RectShapeType { get; }
Public ReadOnly Property RectShapeType As RectangleShapeType
Get
public:
virtual property RectangleShapeType RectShapeType {
RectangleShapeType get () sealed;
}
abstract RectShapeType : RectangleShapeType with get
override RectShapeType : RectangleShapeType with get
Return Value
Type:
RectangleShapeType
Returns the RectangleShapeType.
Implements
IRectangleShape
RectShapeType
See Also