MindFusion.Wpf Pack Programmer's Guide
SortKey.Index Property
See Also
 





Gets or sets the zero-based index of the column or row to sort by.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public int Index { get; set; }

Visual Basic  Copy Code

Public Property Index As Integer

 Property Value

An integer value.

 Remarks

This property identifies either column or row index, depending on the value of the Direction property of the parent SortOptions.

 See Also

SortKey Members
SortKey Class
MindFusion.Spreadsheet.Wpf Namespace