Click or drag to resize

XlsWorkbookObjectsCollection MoveAfter Method

Moves the specified tab sheet to a position after 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 MoveAfter(
	ITabSheet sheetToMove,
	ITabSheet sheetForPlacement
)

Parameters

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

Implements

ITabSheets MoveAfter(ITabSheet, ITabSheet)
See Also