CQG API 4.0 - Revised
ItemByName Property
See Also  Send Feedback
qformula_name
CQGQFormulaDefinitions Collection : ItemByName Property

Glossary Item Box

Description

Returns the CQGQFormulaDefinition by its name.

Property type

Read-only property

Syntax

Visual Basic
Public Property ItemByName( _
   ByVal qformula_name As String _
) As CQGQFormulaDefinition

Parameters

qformula_name

Return Type

The corresponding collection item, represented as CQGQFormulaDefinition object

Remarks

A collection exception will be thrown in case of non-existent QFormula name.

See Also