-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
I usually align with just 1 caracter = or , and it works perfectly . But i got a few rows of data and i would like to align all commas.
the example:
Result.Rows.Add("32", "Introduction course", "20", 1)
Result.Rows.Add("3" , "Carssssssssssssss", "NO21", 1)
I want like:
Result.Rows.Add("32", "Introduction course", "20" , 1)
Result.Rows.Add("3" , "Carssssssssssssss" , "NO21", 1)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels