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
)
Public Sub MoveChartsheet (
destIndex As Integer
)
public:
void MoveChartsheet(
int destIndex
)
member MoveChartsheet :
destIndex : int -> unit
Parameters
-
destIndex
-
Type:
System
Int32
Destination index.
See Also