Version

RowHeaderAutoSizing Enumeration

Constants which determine whether row headers can be automatically sized via user interaction.
Syntax
'Declaration
 
Public Enum RowHeaderAutoSizing 
   Inherits System.Enum
public enum RowHeaderAutoSizing : System.Enum 
Members
MemberDescription
HorizontalThe width of the column in which the row header appears is calculated based on the width required to fully display the content for each header in that column.
NoneRow header auto-sizing is not supported.
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