Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can cell content alignment to right be done while adding rows in a for loop? #65

Open
zipgenius opened this issue Aug 23, 2023 · 0 comments

Comments

@zipgenius
Copy link

zipgenius commented Aug 23, 2023

foreach(Entry entry in inFile.Entries) if (!entry.IsFolder) table.AddRow(entry.FileName, entry.Size, entry.PackedSize,entry.Ratio,entry.CRC.ToString("X8"));
Can I right-align Column 1 and Column 2 to right while adding data this way? It's not clear if it is allowed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant