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