Worksheet
Charts Property
|
Returns charts collection. Read-only.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public WorksheetChartsCollection Charts { get; }
Public ReadOnly Property Charts As WorksheetChartsCollection
Get
public:
property WorksheetChartsCollection^ Charts {
WorksheetChartsCollection^ get ();
}
member Charts : WorksheetChartsCollection with get
Property Value
Type:
WorksheetChartsCollection
See Also