Link Search Menu Expand Document

WorksheetsMove Method

Moves the specified SourceIndex Worksheet.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public void Move(
	int SourceIndex,
	int DestIndex
)

Parameters

SourceIndex
Type: SystemInt32
Index of the source.
DestIndex
Type: SystemInt32
Index of the destination.

Implements

IWorksheetsMove(Int32, Int32)
See Also

Reference