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