'Declaration
Public Function GetDistance( _ ByVal index As Integer, _ ByVal index2 As Integer, _ ByVal scale As Double, _ ByVal isRow As Boolean _ ) As Double
Parameters
- index
- The first row/column.
- index2
- Theh second row/column.
- scale
- The scaling factor.
- isRow
true
to get distance between 2 rows; otherwise,false
.