Click or drag to resize

XlsWorksheetsCollection UpdateStringIndexes Method

Note: This API is now obsolete.

Updates string indexes.

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 UpdateStringIndexes(
	List<int> newIndexes
)

Parameters

newIndexes
Type: System.Collections.Generic List Int32
ArrayList with new indexes.
See Also