[]
Specifies the unit of measurement for the preferred width of a table or cell.
public enum PreferredWidthType
Auto = 3The preferred width is not specified. The actual width of the table or cell is either specified using the explicit width or will be determined automatically by the table layout algorithm when the table is displayed, depending on the table auto fit setting.
None = 0Value is zero.
Percent = 1Measure the current item width using a specified percentage.
Points = 2Measure the current item width using a specified number of points.