XlsChartShape
Shapes Property
|
Returns chart shapes.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IShapes Shapes { get; }
Public ReadOnly Property Shapes As IShapes
Get
public:
property IShapes^ Shapes {
IShapes^ get ();
}
member Shapes : IShapes with get
Property Value
Type:
IShapes
See Also