ExpressionList.Item Property
Parent Object: ExpressionListDescription
Property that gets the specified expression in the list.
Syntax
ExpressionList.Item( Index As Long ) As StringProperty Value
This is a read only property whose value is a String.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the expression to return. |