GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > SortCommand クラス > SortCommand コンストラクタ : SortCommand コンストラクタ(ISort,Boolean,SortOrientation,Boolean) |
'宣言
Public Function New( _ ByVal sort As ISort, _ ByVal matchCase As Boolean, _ ByVal sortOrientation As SortOrientation, _ ByVal hasHeader As Boolean _ )
public SortCommand( ISort sort, bool matchCase, SortOrientation sortOrientation, bool hasHeader )