XlsPrstGeomShape
PrstShapeType Property
 | 
Gets the predefined shape type of the geometry.
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
 
 
 
Property Value
Type:
PrstGeomShapeType
Implements
IPrstGeomShape
PrstShapeType
 
See Also