SelectionCondition.IncludeListArray

This property returns the list of included cases as an array of casenumbers. If bRange is true the array will consist of pairs marking the first and last of a range of case numbers.

This property is read only.

Syntax Parameters Return Value
ReadOnly Property SelectionCondition.IncludeListArray( _
    Optional bRange As Boolean = False) As Variant
bRange [in,optional]

Type: Boolean

Default value: False

Variant