Search
SortKey Constructor
See Also
 






Initializes a new instance of the SortKey class.

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

 Syntax

C#  Copy Code

public SortKey (
    int index
)

Visual Basic  Copy Code

Public New ( _
    index As Integer _
)

 Parameters

index

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

 See Also