'宣言
Public Sub Sort( _ ByVal column As ListColumn, _ ByVal sortDirection As Nullable(Of ListSortDirection) _ )
public void Sort( ListColumn column, Nullable<ListSortDirection> sortDirection )
パラメータ
- column
- ソートされた ListColumn。
- sortDirection
- 並べ替え操作の方向。
'宣言
Public Sub Sort( _ ByVal column As ListColumn, _ ByVal sortDirection As Nullable(Of ListSortDirection) _ )
public void Sort( ListColumn column, Nullable<ListSortDirection> sortDirection )