Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 920 Bytes

Outlook.OlIconViewPlacement.md

File metadata and controls

27 lines (20 loc) · 920 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlIconViewPlacement enumeration (Outlook)
vbaol11.chm3125
vbaol11.chm3125
Outlook.OlIconViewPlacement
41c8daf2-3ecf-5dc7-8746-b81be0a8f18f
06/08/2017
medium

OlIconViewPlacement enumeration (Outlook)

Indicates how icons are arranged in an IconView object.

Name Value Description
olIconAutoArrange 2 Icons are automatically lined up and arranged to prevent gaps or overlaps, but are not sorted.
olIconDoNotArrange 0 Icons are not automatically sorted, lined up, or arranged.
olIconLineUp 1 Icons are automatically lined up, but are not sorted or arranged.
olIconSortAndAutoArrange 3 Icons are automatically sorted, lined up, and arranged to prevent gaps or overlaps.

[!includeSupport and feedback]