Spreadsheet.GetUniqueValues2

This function returns sorted array of all distinct, non-MD values as integers for variable VarNo.

Syntax Parameters Return Value
Sub Spreadsheet.GetUniqueValues2( _
    VarNo As Integer, _
    EvalSelectionConditions As Boolean, _
    putDisplayTextInLLabels As Boolean, _
    ByRef Values As Double(), _
    Optional ByRef Labels As Variant)
  • VarNo [in]

Type: Integer

  • EvalSelectionConditions [in]

Type: Boolean

  • putDisplayTextInLLabels [in]

Type: Boolean

  • Values [out]

Type: Double()

  • Labels [out, optional]

Type: Variant

This function does not return a value.