Skip to content

Align more than 1 commas per row #113

@SeerGiuS96

Description

@SeerGiuS96

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions