Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This section provides sample tasks that involve views. Views are used to sort, group, and view data of all different types.
In this section
| Topic | Description |
|---|---|
| Create a view | Uses the Add(String, OlViewType, OlViewSaveOption) method of the Views collection to create a view for a Folder object. |
| Add fields to a view | Customizes a view by using the Add(String) method of the ViewFields collection to add fields to a view. |
| Enumerate items in a table view | Enumerates items in a table view by using the GetTable() method. |