Share via


ListObject.ResetPersistedBindingInformation Method (2007 System)

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

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
Public Sub ResetPersistedBindingInformation
'Usage
Dim instance As ListObject

instance.ResetPersistedBindingInformation()
public void ResetPersistedBindingInformation()
public:
void ResetPersistedBindingInformation()
public function 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.

.NET Framework Security

See Also

Reference

ListObject Class

ListObject Members

Microsoft.Office.Tools.Excel Namespace