expression.UseStandardWidth
expression Required. An expression that returns a Range object.
Example
This example sets the width of column B on Sheet1 in Spreadsheet1 to the standard width.
Spreadsheet1.Worksheets("Sheet1").Columns("B").UseStandardWidth = True