Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("the method is not implemented")]
public void UpdateStringIndexes(
	List<int> newIndexes
)
<ObsoleteAttribute("the method is not implemented")> 
Public Sub UpdateStringIndexes ( 
	newIndexes As List(Of Integer)
)
public:
[ObsoleteAttribute(L"the method is not implemented")]
void UpdateStringIndexes(
	List<int>^ newIndexes
)
[<ObsoleteAttribute("the method is not implemented")>]
member UpdateStringIndexes : 
        newIndexes : List<int> -> unit 

Parameters

newIndexes
List<(Of <(<'Int32>)>)>

See Also