ListObject::SaveSortOrder Property
Gets or sets a value that indicates whether the row order of the ListObject control is saved in the worksheet.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Property Value
Type: System::Booleantrue to save the row order in the worksheet; otherwise, false. The default is false.
This property only applies to ListObject controls that are bound to data.
If you do not set this property, the row order of the ListObject will match the row order of the data source the next time the workbook is opened, even if the user made changes to the sorting and saved the workbook.
Show: