[]
Compares the location of 2 worksheet references.
public static int CompareLocation(WorksheetReference first, WorksheetReference second)
Public Shared Function CompareLocation(first As WorksheetReference, second As WorksheetReference) As Integer
| Type | Name | Description |
|---|---|---|
| WorksheetReference | first | The first worksheet reference. |
| WorksheetReference | second | The second worksheet reference. |
| Type | Description |
|---|---|
| int | The location of 2 worksheet references. |