TableObject.AdjustColumnWidth Property

Definition

Specifies if the column widths are automatically adjusted for the best fit each time you refresh the specified query table. The default value is True. Boolean (bool in C#) Read/Write

public:
 property bool AdjustColumnWidth { bool get(); void set(bool value); };
public bool AdjustColumnWidth { get; set; }
Public Property AdjustColumnWidth As Boolean

Property Value

Applies to