[]
Gets or sets the width of this column.
[JsonConverter(typeof(ColumnWidthConverter))]
public string Width { get; set; }
Column widths may be positive numbers (column width in pixels), null or negative numbers (use the collection's default column width), or strings in the format '{number}*' (star sizing).