_QueryTable.PreserveColumnInfo 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 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.