Skip to content

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

Description

@zipgenius

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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