Word.Interfaces.TableColumnUpdateData interface     
An interface for updating data on the TableColumn object, for use in tableColumn.set({ ... }).
Properties
| preferred | 
	Specifies the preferred width (in points or as a percentage of the window width) for the column. The unit of measurement can be specified by the   | 
| preferred | 
	Specifies the preferred unit of measurement to use for the width of the table column.  | 
| shading | Returns a   | 
| width | Specifies the width of the column, in points.  | 
Property Details
		preferredWidth
	 
	Specifies the preferred width (in points or as a percentage of the window width) for the column. The unit of measurement can be specified by the preferredWidthType property.
preferredWidth?: number;
				Property Value
number
Remarks
		preferredWidthType
	  
	Specifies the preferred unit of measurement to use for the width of the table column.
preferredWidthType?: Word.PreferredWidthType | "Auto" | "Percent" | "Points";
				Property Value
Word.PreferredWidthType | "Auto" | "Percent" | "Points"
Remarks
shading
Returns a ShadingUniversal object that refers to the shading formatting for the column.
shading?: Word.Interfaces.ShadingUniversalUpdateData;
				Property Value
Remarks
width
Specifies the width of the column, in points.
width?: number;
				Property Value
number