'Declaration Public Enum ColumnAutoSizeMode Inherits System.Enum
public enum ColumnAutoSizeMode : System.Enum
Member | Description |
---|---|
AllRowsInBand | Perform autosizing based on all the rows in band. |
Default | Default is to perform autosizing based on visible rows only. |
None | Don't allow the user to perform autosizing on columns. |
SiblingRowsOnly | Perform autosizing based on sibling rows (all rows in the rows collection associated with the row the header is visibly attached to). |
VisibleRows | Perform autosizing based on visible rows only. |
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