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 Move(
	int oldIndex,
	int newIndex
)
<ObsoleteAttribute("the method is not implemented")> 
Public Sub Move ( 
	oldIndex As Integer,
	newIndex As Integer
)
public:
[ObsoleteAttribute(L"the method is not implemented")]
void Move(
	int oldIndex, 
	int newIndex
)
[<ObsoleteAttribute("the method is not implemented")>]
member Move : 
        oldIndex : int * 
        newIndex : int -> unit 

Parameters

oldIndex
Int32
newIndex
Int32

See Also