Share via


ListFields.Count Property

SharePoint Designer Developer Reference

Returns a Variant that represents the number of text fields in all the lists in a Web site.

Syntax

expression.Count

expression   Required. A variable that represents a ListFields collection.

Remarks

Some collections are 0-based and some are 1-based. The Count property for collections begins with 1 even though you access the first item in a collection with a 0.

See Also