[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.SaveAutoSortColumns

SheetView.SaveAutoSortColumns Class

Saves the sorting settings for all columns in a sheet.

Inheritance
SheetView.SaveAutoSortColumns
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(_ws))]
public class SheetView.SaveAutoSortColumns : ISerializable, ISerializeSupport
<TypeConverter(GetType(_ws))>
Public Class SheetView.SaveAutoSortColumns
    Implements ISerializable, ISerializeSupport

Constructors

Name Description
SaveAutoSortColumns(BitArray, BitArray)

Creates a new set of sorting settings.

SaveAutoSortColumns(SerializationInfo, StreamingContext)

Creates a new set of sorting settings from serialization.

Properties

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.

Methods

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.