SelectionCondition Members
These members are related to Selection Condition.
| Name | Description |
|---|---|
| Edit | Edit the selection condition. |
| Evaluate | Evaluates the specified case number against the current selection conditions. Return value: Boolean. |
| ModifyExcludeList | Modify the case exclude list by adding or removing cases, or by replacing with a new list. If bRange is true the array of case numbers consists of pairs marking the first and last of a range of case numbers. |
| ModifyIncludeList | Modify the case include list by adding or removing cases, or by replacing with a new list. If bRange is true the array of case numbers consists of pairs marking the first and last of a range of case numbers. |
| Name | Description |
|---|---|
| Application | Returns the application associated with the selection condition. Return value: Application. This property is read only. |
| EditParams | Edits and returns the selection condition parameters without committing the changes. Return value: Boolean. This property is read only. |
| Enabled | Returns/sets the enabled state of the current selection conditions. Return/assignment value: Boolean. |
| ExcludeExpression | Returns/sets the excluded cases expression as a string. Return/assignment value: String. |
| ExcludeList | Returns/sets the list of excluded cases as a string. Return/assignment value: String. |
| ExcludeListArray | Returns the list of excluded 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. Return value: Variant. This property is read only. |
| IncludeExpression | Returns/sets the included cases expression as a string. Return/assignment value: String. |
| IncludeList | Returns/sets the list of included cases as a string. Return/assignment value: String. |
| IncludeListArray | 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. Return value: Variant. This property is read only. |
| Params | Returns the parameters for usage. Return value: Boolean. This property is read only. |
| Parent | Returns the spreadsheet associated with the selection condition. Return value: Spreadsheet. This property is read only. |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.
