Description
Returns an object representing a collection of view fields in the view.
Syntax
Public Function ViewFields() As ViewFields
Example
Dim MyView As View Dim MyViewField As ViewField For Each MyViewField In MyView.ViewFields 'Operations on view fields go here ... Next MyViewField
See Also