XlsWorksheetBase
TypedOvals Property
|
Returns inner ovals collection. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public OvalShapeCollection TypedOvals { get; }
Public ReadOnly Property TypedOvals As OvalShapeCollection
Get
public:
property OvalShapeCollection^ TypedOvals {
OvalShapeCollection^ get ();
}
member TypedOvals : OvalShapeCollection with get
Property Value
Type:
OvalShapeCollection
See Also