Click or drag to resize

XlsChartFormatCollection FindOrAdd Method

Finds an existing XlsChartFormat that matches the provided format or adds the new format if it does not exist.

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 FindOrAdd(
	XlsChartFormat formatToAdd
)

Parameters

formatToAdd
Type: Spire.Xls.Core.Spreadsheet.Charts XlsChartFormat

Return Value

Type: XlsChartFormat
See Also