ListObject.ResetPersistedBindingInformation Method
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.
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.