Gets or sets the zero-based index of the column or row to sort by.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public int Index { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Index As Integer |
An integer value.
RemarksThis property identifies either column or row index, depending on the value of the Direction property of the parent SortOptions.
See Also