Count
Count is the number of fields in the lsxECLFieldList list. This value could change after each call to the Refresh method. The Count property is a Long data type and is read-only. The following example shows this property.
' Create a new PS object associated with connection A
dim myPSObj as new lsxECLPS("A")
dim numFields as Long
' Refresh the list of fields
myPSObj.lsxECLFieldList.Refresh
' Get the field that contains row 2, column 1
numFields = myPSObj.lsxECLFieldList.Count
lsxECLFieldList