Returns a Sheets collection that represents all the chart sheets in the specified workbook. Read-only.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartsCollection Charts { get; }
Public ReadOnly Property Charts As ChartsCollection
Get
public:
property ChartsCollection^ Charts {
ChartsCollection^ get ();
}
member Charts : ChartsCollection with get
Property Value
Type:
ChartsCollection
See Also