EccoItems Properties

Count

 

Read-only integer.  Returns the number of items in the EccoItems collection.


Find (FindString)
 

Read-only EccoItem.  Returns an EccoItem object containing FindString in the item text.

 

Item (Index)

 

Read-only EccoItem.  Returns an EccoItem object from the EccoItems collection.  If Index is an integer, returns the ordinal item from the collection.  If Index is text, returns an item whose item text or key matches the index value.

 

PivotYear

 

Write-only integer.  Sets the "pivot year" for sorting date items.  Note: Ecco by default does not recognize dates earlier than January 1, 1940 or later than December 31, 2039.  Set the PivotYear property to change the way your program will interpret dates returned by Ecco.