Table of Contents

Property AlignedColumnLimit

Namespace
DocWright.Formats.Text
Assembly
DocWright.Formats.Text.dll

AlignedColumnLimit

Gets or sets the widest column Aligned will pad to, in characters. Defaults to 40.

public int AlignedColumnLimit { get; set; }

Property Value

int

Remarks

Without a limit one long cell pushes every other column off the edge of the page, which is worse than not aligning at all. A cell wider than the limit overflows its column rather than being truncated — the text is content and is never cut.

Exceptions

ArgumentOutOfRangeException

The value is less than one.