Returns the manual fill by its sequential index.
Read-only property
Visual Basic |
---|
Public Property ItemByIndex( _ ByVal index_ As Long _ ) As CQGManualFill |
- index_
- Zero-based index of item in the collection
If the fill exists in the collection, this property returns the selected fill; represented as CQGManualFill object.
If the accessed item does not exist, see Accessing non-existent collection items to learn more about the return type.