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