XlsWorksheetBase
MoveSheet Method
|
Moves sheet into new position, including chartsheet and worksheet.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void MoveSheet(
int destIndex
)
Public Sub MoveSheet (
destIndex As Integer
)
public:
void MoveSheet(
int destIndex
)
member MoveSheet :
destIndex : int -> unit
Parameters
-
destIndex
-
Type:
System
Int32
Destination index.
See Also