ChartCollection
Count Property
|
Gets the count of charts in the collection.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int Count { get; }
Public ReadOnly Property Count As Integer
Get
public:
property int Count {
int get ();
}
member Count : int with get
Property Value
Type:
Int32
See Also