Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SortCommand Class / SortCommand Constructor / SortCommand Constructor(ISort)


In This Topic
SortCommand Constructor(ISort)
In This Topic
A command that clear all sort settings.
Syntax
'Declaration
 
Public Function New( _
   ByVal sort As ISort _
)
 
'Usage
 
Dim sort As ISort
 
Dim instance As New SortCommand(sort)

Parameters

sort
See Also