Click or drag to resize

XlsWorkbookObjectsCollection MoveBefore Method

Moves the specified tab sheet before another tab sheet in the collection.

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 MoveBefore(
	ITabSheet sheetToMove,
	ITabSheet sheetForPlacement
)

Parameters

sheetToMove
Type: Spire.Xls.Core ITabSheet
The tab sheet to be moved.
sheetForPlacement
Type: Spire.Xls.Core ITabSheet
The tab sheet before which the specified tab sheet should be moved.

Implements

ITabSheets MoveBefore(ITabSheet, ITabSheet)
See Also