Count Property (FormItem object)

Dundas

Count Property (FormItem Object)

Overview

This property indicates the number of data elements selected for a form element with multiple items.

Syntax

FormItemObject.Count

Remarks

This count property is useful if multiple data has been entered/selected in a form item (e.g. a multiple item listbox). Use this property to determine the total number of selected data entries.

You can retrieve the value of each data item using the Value property of the FormItem object in question.

See Also: Value