Click or drag to resize

XlsWorksheetsCollection UpdateSheetIndex Method

Note: This API is now obsolete.

Updates sheet index after move/insert operation.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is not implemented")]
public void UpdateSheetIndex(
	XlsWorksheet sheet,
	int iOldRealIndex
)

Parameters

sheet
Type: Spire.Xls.Core.Spreadsheet XlsWorksheet
Sheet that was changed.
iOldRealIndex
Type: System Int32
Old sheet index in the TabSheets collection.
See Also