SelectionCondition.EditParams

This property edits and returns the selection condition parameters without committing the changes.

This property is read only.

Syntax Parameters Return Value
ReadOnly Property SelectionCondition.EditParams( _
    ByRef Display As String, _
    ByRef IncludeList As String, _
    ByRef IncludeExpression As String, _
    ByRef ExcludeList As String, _
    ByRef ExcludeExpression As String) As Boolean
  • Display [out]

Type: String

  • IncludeList [out]

Type: String

  • IncludeExpression [out]

Type: String

  • ExcludeList [out]

Type: String

  • ExcludeExpression [out]

Type: String

Boolean