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