Column.Width

Column.Width property

Gets and sets the column width in unit of characters.

public double Width { get; set; }

Remarks

For spreadsheet, column width is measured as the number of characters of the maximum digit width of the numbers 0~9 as rendered in the normal style’s font.

See Also