Spreadsheet.SelectedCase

This function returns case using selection conditions.

Syntax Parameters Return Value
Sub Spreadsheet.SelectedCase( _
    CaseNo As Integer, _
    ByRef Cases As Double(), _
    ByRef Selected As Boolean)
  • CaseNo [in]

The case.

Type: Integer

  • Cases [out]

Array of doubles used to store to returned case.

Type: Double()

  • Selected [out]

Boolean variable passed by reference which indicates whether the specified case is being included or excluded via case selections.

Type: Boolean

This function does not return a value.