Class PivotEngine.SortKeys
Class that holds the properties which is used to handle single sort and multi sort in Grid.
Inheritance
System.Object
    PivotEngine.SortKeys
  Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class SortKeys : ObjectConstructors
SortKeys()
Declaration
public SortKeys()Properties
BlockSize
Gets or sets the size of the Grid cell range.
Declaration
public int BlockSize { get; set; }Property Value
| Type | 
|---|
| System.Int32 | 
Index
Gets or sets the row index
Declaration
public int Index { get; set; }Property Value
| Type | 
|---|
| System.Int32 | 
Keys
Gets or sets the collection of row indexes.
Declaration
public IComparable[] Keys { get; set; }Property Value
| Type | 
|---|
| System.IComparable[] |