Click or drag to resize

XlsChartFormatCollection UpdateIndexesAfterRemove Method

Note: This API is now obsolete.

Updates indexes in collection after remove.

Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is not implemented")]
public void UpdateIndexesAfterRemove(
	int removeIndex
)

Parameters

removeIndex
Type: System Int32
Index of removed format.
See Also