Worksheet.StandardWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the standard (default) width of all the columns in the worksheet.
public:
property double StandardWidth { double get(); void set(double value); };
public double StandardWidth { get; set; }
member this.StandardWidth : double with get, set
Public Property StandardWidth As Double
Property Value
The standard (default) width of all the columns in the worksheet.
Remarks
One unit of column width is equal to the width of one character in the Normal style. For proportional fonts, the width of the character 0 (zero) is used.