TableObject.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.
Specifies if column sorting, filtering, and layout information is preserved whenever a query table is refreshed. The default value is False. Boolean (bool in C#) Read/Write
public:
property bool PreserveColumnInfo { bool get(); void set(bool value); };
public bool PreserveColumnInfo { get; set; }
Public Property PreserveColumnInfo As Boolean