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
)
Public Function Add (
format As XlsChartFormat
) As XlsChartFormat
public:
XlsChartFormat^ Add(
XlsChartFormat^ format
)
member Add :
format : XlsChartFormat -> XlsChartFormat
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