Version

ColumnAutoSizeMode Enumeration

Enum used for specifying how the column is autosized when the user double-clicks on the edge of a column.
Syntax
'Declaration
 
Public Enum ColumnAutoSizeMode 
   Inherits System.Enum
public enum ColumnAutoSizeMode : System.Enum 
Members
MemberDescription
AllRowsInBandPerform autosizing based on all the rows in band.
DefaultDefault is to perform autosizing based on visible rows only.
NoneDon't allow the user to perform autosizing on columns.
SiblingRowsOnlyPerform autosizing based on sibling rows (all rows in the rows collection associated with the row the header is visibly attached to).
VisibleRowsPerform autosizing based on visible rows only.
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