Version

MinColumnWidth Property (PivotColumnBase)

Gets or sets the minimum width of the column when it is resized.
Syntax
'Declaration
 
Public Property MinColumnWidth As Double
public double MinColumnWidth {get; set;}

Property Value

The minimum width.
Remarks
The default value is 5. The property value can not be set less than zero.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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