TableObject.PreserveColumnInfo Property

Definition

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

Property Value

Applies to