Share via


RowSet.SwapRows Method

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)

Syntax

'Declaration
Public Sub SwapRows ( _
    row1 As Integer, _
    row2 As Integer _
)
public void SwapRows(
    int row1,
    int row2
)
public:
virtual void SwapRows(
    int row1, 
    int row2
) sealed
abstract SwapRows : 
        row1:int * 
        row2:int -> unit 
override SwapRows : 
        row1:int * 
        row2:int -> unit 
public final function SwapRows(
    row1 : int, 
    row2 : int
)

Parameters

Implements

IRowSet.SwapRows(Int32, Int32)

.NET Framework Security

See Also

Reference

RowSet Class

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace