Eine Excel Tabelle sortieren nach Spalte I ab der Zeile 5 absteigend using c sharp
Hallo,
ich möchte eine Excel Tabellle sortieren nach Spalte (Range) "I5" also ab die Zeile 5. ich habe die folgende Code gefunden aber taucht ein fehler:
Excel.Range rngSort = ws.get_Range("I5", missing);
rngSort.Activate();
rngSort.Cells.Select();
rngSort.Sort(Type.Missing,
Excel.XlSortOrder.xlAscending,
Type.Missing,
Excel.XlSortOrder.xlAscending,
Excel.XlSortOrder.xlAscending,
Type.Missing,
Excel.XlSortOrder.xlAscending,
Excel.XlYesNoGuess.xlYes,
Type.Missing,
Type.Missing,
Excel.XlSortOrientation.xlSortColumns,
Excel.XlSortMethod.xlPinYin,
Excel.XlSortDataOption.xlSortNormal,
Excel.XlSortDataOption.xlSortNormal,
Excel.XlSortDataOption.xlSortNormal);
Gruß
Kaiser
ich möchte eine Excel Tabellle sortieren nach Spalte (Range) "I5" also ab die Zeile 5. ich habe die folgende Code gefunden aber taucht ein fehler:
Excel.Range rngSort = ws.get_Range("I5", missing);
rngSort.Activate();
rngSort.Cells.Select();
rngSort.Sort(Type.Missing,
Excel.XlSortOrder.xlAscending,
Type.Missing,
Excel.XlSortOrder.xlAscending,
Excel.XlSortOrder.xlAscending,
Type.Missing,
Excel.XlSortOrder.xlAscending,
Excel.XlYesNoGuess.xlYes,
Type.Missing,
Type.Missing,
Excel.XlSortOrientation.xlSortColumns,
Excel.XlSortMethod.xlPinYin,
Excel.XlSortDataOption.xlSortNormal,
Excel.XlSortDataOption.xlSortNormal,
Excel.XlSortDataOption.xlSortNormal);
Gruß
Kaiser
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 170432
Url: https://administrator.de/contentid/170432
Ausgedruckt am: 22.11.2024 um 13:11 Uhr
2 Kommentare
Neuester Kommentar