📚 SAP Business One SDK Help

Item Method
See Also 
Index

Specifies the condition you want to get by long integer - index in the collection (0-based).

Description

Returns a Condition object by index.

Syntax

Visual Basic
Public Function Item( _
   ByVal Index As Variant _
) As Condition

Parameters

Index

Specifies the condition you want to get by long integer - index in the collection (0-based).

See Also