Click or drag to resize

Workbook Chartsheets Property

Gets a list of chartsheets in the Excel workbook.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public List<ChartSheet> Chartsheets { get; }

Property Value

Type: List ChartSheet
See Also