_QueryTable.PreserveColumnInfo Property

Definition

True if column sorting, filtering, and layout information is preserved whenever a query table is refreshed. The default value is False. Read/write Boolean.

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

Property Value

Remarks

This property has an effect only when the query table is using a database connection.

You can set this property to False for compatibility with earlier versions of Microsoft Excel.

Applies to