[]
Specifies the normal construct method.
public ValueSortField(IRange key, SortOrder order = SortOrder.Ascending)
Public Sub New(key As IRange, Optional order As SortOrder = SortOrder.Ascending)
Specifies the custom sort construct method.
public ValueSortField(IRange key, string customValues)
Public Sub New(key As IRange, customValues As String)