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
)
Public Sub Move (
oldIndex As Integer,
newIndex As Integer
)
public:
void Move(
int oldIndex,
int newIndex
)
member Move :
oldIndex : int *
newIndex : int -> unit
Parameters
-
oldIndex
-
Type:
System
Int32
Old index.
-
newIndex
-
Type:
System
Int32
New index.
See Also