[]
Saves the sorting settings for all columns in a sheet.
[TypeConverter(typeof(_ws))]
public class SheetView.SaveAutoSortColumns : ISerializable, ISerializeSupport
<TypeConverter(GetType(_ws))>
Public Class SheetView.SaveAutoSortColumns
Implements ISerializable, ISerializeSupport
Name | Description |
---|---|
SaveAutoSortColumns(BitArray, BitArray) | Creates a new set of sorting settings. |
SaveAutoSortColumns(SerializationInfo, StreamingContext) | Creates a new set of sorting settings from serialization. |
Name | Description |
---|---|
AllowAutoSort | Gets the values of AllowAutoSort (whether to allow automatic sorting) for the columns in this sheet. |
ShowIndicator | Gets the values of ShowSortIndicator (whether to show a sort indicator when automatically sorted) for the columns in the sheet. |
Name | Description |
---|---|
Deserialize(XmlNodeReader) | Loads the object from XML. |
GetObjectData(SerializationInfo, StreamingContext) | Populates the SerializationInfo class with information about the automatic sorting settings. |
Serialize(XmlTextWriter) | Saves the object to XML. |