XlsWorksheetBase
OvalShapes Property
|
Gets the oval 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 IOvalShapes OvalShapes { get; }
Public ReadOnly Property OvalShapes As IOvalShapes
Get
public:
property IOvalShapes^ OvalShapes {
IOvalShapes^ get ();
}
member OvalShapes : IOvalShapes with get
Property Value
Type:
IOvalShapes
See Also