Click or drag to resize

XlsChartFormatCollection Add Method (XlsChartFormat)

Adds the specified chart format to the current chart format settings.

Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsChartFormat Add(
	XlsChartFormat format
)

Parameters

format
Type: Spire.Xls.Core.Spreadsheet.Charts XlsChartFormat
The XlsChartFormat to be added.

Return Value

Type: XlsChartFormat
The updated XlsChartFormat instance with the new format applied.
See Also