Click or drag to resize

XlsChart MoveChartsheet Method

Moves chartsheet into new position.

Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void MoveChartsheet(
	int destIndex
)

Parameters

destIndex
Type: System Int32
Destination index.
See Also