XlsWorksheetBase
PrstGeomShapes Property
|
Gets the collection of preset geometric shapes.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public PrstGeomShapeCollection PrstGeomShapes { get; }
Public ReadOnly Property PrstGeomShapes As PrstGeomShapeCollection
Get
public:
property PrstGeomShapeCollection^ PrstGeomShapes {
PrstGeomShapeCollection^ get ();
}
member PrstGeomShapes : PrstGeomShapeCollection with get
Return Value
Type:
PrstGeomShapeCollection
A
PrstGeomShapeCollection
representing the preset geometric shapes.
See Also