Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetReference Structure / CompareLocation Method
The first worksheet reference.
The second worksheet reference.


In This Topic
    CompareLocation Method
    In This Topic
    Compares the location of 2 worksheet references.
    Syntax
    'Declaration
     
    
    Public Shared Function CompareLocation( _
       ByVal first As WorksheetReference, _
       ByVal second As WorksheetReference _
    ) As Integer
    'Usage
     
    
    Dim first As WorksheetReference
    Dim second As WorksheetReference
    Dim value As Integer
     
    value = WorksheetReference.CompareLocation(first, second)
    public static int CompareLocation( 
       WorksheetReference first,
       WorksheetReference second
    )

    Parameters

    first
    The first worksheet reference.
    second
    The second worksheet reference.
    See Also