Click or drag to resize

XlsChartsCollection Move Method

Moves chartsheet of collection source to destination.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Move(
	int oldIndex,
	int newIndex
)

Parameters

oldIndex
Type: System Int32
Old index.
newIndex
Type: System Int32
New index.
See Also