XlsWorksheetBase
ArcShapes Property
|
Gets the collection of arc shapes in the worksheet.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IArcShapes ArcShapes { get; }
Public ReadOnly Property ArcShapes As IArcShapes
Get
public:
property IArcShapes^ ArcShapes {
IArcShapes^ get ();
}
member ArcShapes : IArcShapes with get
Property Value
Type:
IArcShapes
See Also