IWorksheet
MoveWorksheet Method
|
Moves worksheet.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void MoveWorksheet(
int iNewIndex
)
Sub MoveWorksheet (
iNewIndex As Integer
)
void MoveWorksheet(
int iNewIndex
)
abstract MoveWorksheet :
iNewIndex : int -> unit
Parameters
-
iNewIndex
-
Type:
System
Int32
New index of the worksheet.
See Also