Share via


ListFieldMultiLine Object

SharePoint Designer Developer Reference

Contains information about the field that displays information containing more than one line of text. For example, the ListFieldMultiLine object can display descriptions and summaries, which often require more than a single line.

Remarks

Use ListFields(Index), where Index is the name or ordinal position of a field of type FieldTypeMultiLine, to return a single ListFieldMultiLine object.

Use the Add method to add a field of type FieldTypeMultiLine to the ListFields collection.

See Also