ListField Object
SharePoint Designer Developer Reference |
Contains information about the fields that make up a List object.
Remarks
The fields of a list define the columns that appear in the list and present information about the items in the list. The ListField object is a base class that defines the common members used by the different types of fields in Office SharePoint Designer lists.
Use ListFields(Index), where Index is either the name of the field or its position within the collection, to return a single ListField object. The following example displays the names of all fields in the current list. If the Web site contains no lists, a message is displayed to the user.
Visual Basic for Applications |
---|
|
See Also