Property AlignedColumnLimit
AlignedColumnLimit
Gets or sets the widest column Aligned will pad to, in characters. Defaults to 40.
public int AlignedColumnLimit { get; set; }
Property Value
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.