ListObject.ResetPersistedBindingInformation Method

Definition

Clears information about changes made to the ListObject control by the user.

public:
 void ResetPersistedBindingInformation();
public void ResetPersistedBindingInformation ();
abstract member ResetPersistedBindingInformation : unit -> unit
Public Sub ResetPersistedBindingInformation ()

Remarks

If the user changes the order of columns or rows, the information about that change is stored in the worksheet so that the ListObject control is in the custom configuration the next time the worksheet is opened. ResetPersistedBindingInformation clears the stored information so that the ListObject control appears in the default configuration.

Applies to