Version

RowHeaderLayout Enumeration

Constants which describe the manner in which row headers are positioned in the user interface.
Syntax
'Declaration
 
Public Enum RowHeaderLayout 
   Inherits System.Enum
public enum RowHeaderLayout : System.Enum 
Members
MemberDescription
CompactChild headers are superimposed over their parents.
StandardEach level appears as a separate column in the layout.
SuperCompactRow headers occupy only one logical column; levels are depicted by indentation.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also