Class SortCollectionModel
Inheritance
System.Object
SortCollectionModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.AspNetMvc.Spreadsheet.dll
Syntax
public class SortCollectionModel
Constructors
SortCollectionModel()
Declaration
public SortCollectionModel()
Properties
columnIndex
Specifies the sorted column.
Declaration
public int columnIndex { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
order
Specifies the sheet index.
Declaration
public string order { get; set; }
Property Value
| Type |
|---|
| System.String |
sheetIndex
Specifies the sheet index.
Declaration
public int sheetIndex { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
sortRange
Specifies the range for the sorting.
Declaration
public string sortRange { get; set; }
Property Value
| Type |
|---|
| System.String |