Class SortFieldBase
- Namespace
- GrapeCity.Documents.Excel
- Assembly
- GcDocs.Excel.dll
Represents the sort base class.
public abstract class SortFieldBase : ISortField
- Inheritance
-
object
SortFieldBase
- Implements
-
-
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Constructors
SortFieldBase()
protected SortFieldBase()
Properties
Key
Specifies the column index.
public IRange Key { get; }
Property Value
- IRange
Priority
Specifies the priority of multiple sort columns.
public int Priority { get; set; }
Property Value
- int
SortOn
public virtual SortOnType SortOn { get; }
Property Value
- SortOnType