IRectangleShape
RectShapeType Property
 | 
Gets the type of the rectangle shape.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
RectangleShapeType RectShapeType { get; }
 
ReadOnly Property RectShapeType As RectangleShapeType
	Get
 
property RectangleShapeType RectShapeType {
	RectangleShapeType get ();
}
 
abstract RectShapeType : RectangleShapeType with get
 
 
 
Property Value
Type:
RectangleShapeType
 
See Also