IWorkbook
Charts Property
|
Collection of the chart objects.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ReadOnly Property Charts As ICharts
Get
property ICharts^ Charts {
ICharts^ get ();
}
abstract Charts : ICharts with get
Property Value
Type:
ICharts
See Also