XlsRectangleShape
PrstShapeType Property
|
Gets the predefined shape type based on the RectShapeType property.
Gets the predefined shape type based on the RectShapeType property.
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; }
Public ReadOnly Property PrstShapeType As PrstGeomShapeType
Get
public:
virtual property PrstGeomShapeType PrstShapeType {
PrstGeomShapeType get () sealed;
}
abstract PrstShapeType : PrstGeomShapeType with get
override PrstShapeType : PrstGeomShapeType with get
Return Value
Type:
PrstGeomShapeType
The corresponding PrstGeomShapeType value.
Return Value
Type:
PrstGeomShapeType
The corresponding PrstGeomShapeType value.
Implements
IPrstGeomShape
PrstShapeType
See Also