XlsShape
ShapeCount Property
|
Note: This API is now obsolete.
Returns number of shapes contained by this shape (1 means no sub shapes). Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is not implemented")]
public int ShapeCount { get; }
<ObsoleteAttribute("the method is not implemented")>
Public ReadOnly Property ShapeCount As Integer
Get
public:
[ObsoleteAttribute(L"the method is not implemented")]
property int ShapeCount {
int get ();
}
[<ObsoleteAttribute("the method is not implemented")>]
member ShapeCount : int with get
Property Value
Type:
Int32
See Also