ICriterionValuesAddListItem Method |
Add list item id as criterion value
A criterion is a field, an operator and one or more values for comparison.
A value (a number, date, list item) used by a criterion when searching.
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxvoid AddListItem(
int Value
)
Sub AddListItem (
Value As Integer
)
Dim instance As ICriterionValues
Dim Value As Integer
instance.AddListItem(Value)
void AddListItem(
[InAttribute] int Value
)
Parameters
- Value
- Type: SystemInt32
Examples
See Also