_QueryTable.AdjustColumnWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the column widths are automatically adjusted for the best fit each time you refresh the specified query table or XML map. False if the column widths aren’t automatically adjusted with each refresh. The default value is True. Read/write Boolean.
public:
property bool AdjustColumnWidth { bool get(); void set(bool value); };
public bool AdjustColumnWidth { get; set; }
Public Property AdjustColumnWidth As Boolean
Property Value
Remarks
The maximum column width is two-thirds the width of the screen.