Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Utils Class / Swap Method / Swap(Int32,Int32) Method


In This Topic
    Swap(Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Swap( _
       ByRef d1 As Integer, _
       ByRef d2 As Integer _
    ) 
    'Usage
     
    
    Dim d1 As Integer
    Dim d2 As Integer
     
    Utils.Swap(d1, d2)
    public static void Swap( 
       ref int d1,
       ref int d2
    )

    Parameters

    d1
    d2
    See Also