You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

  • No labels