Sort Sheets by Two Parameters?

Is it possible to sort sheets by two parameters? (First by “Sort Order” then by “Sheet Number”, keeping the Sort Order in tact as it does in Revit.)
If not, is there a way to use Shedule.GetDataColumns to sort sheets? (This correctly sorts the list, but it only returns a string.)
Thanks for your help!

I answered my own question with the help of this Sort in Dynamo exactly as in Revit
I was able to use Schedule.GetDataColumns node which is great!