Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Property Value

RectangleShapeType

Implements

IRectangleShape..::..RectShapeType

See Also