[]
Represents information related to sorting columns, rows, or a range of cells.
public class ComplexSortInfo : SortInfo, ISerializable, ISerializeSupport
Public Class ComplexSortInfo
Inherits SortInfo
Implements ISerializable, ISerializeSupport
| Name | Description |
|---|---|
| ComplexSortInfo(ComplexSortInfo) | Creates a SortInfo object from another SortInfo object |
| ComplexSortInfo(int, ConditionalFormattingIconSetIndex, bool) | Creates a ComplexSortInfo object with a specified order and comparison done by spread default icon comparer. |
| ComplexSortInfo(int, bool) | Creates a SortInfo object with the specified order and comparison done using the system default comparer. |
| ComplexSortInfo(int, Color, bool, bool) | Creates a ComplexSortInfo object with a specified order and comparison that is handled by the spread default color comparer. |
| ComplexSortInfo(SerializationInfo, StreamingContext) | Initializes a new instance of the ComplexSortInfo class from serialization. |
| Name | Description |
|---|---|
| Color | Gets the base color. |
| Comparer | Not in use. |
| IconSetIndex | Gets the base icon. |
| SortBy | Gets the sort type. |
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) | Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. |