_Worksheet.StandardWidth Property

Definition

Returns or sets the standard (default) width of all the columns in the worksheet. Read/write Double.

public:
 property double StandardWidth { double get(); void set(double value); };
public double StandardWidth { get; set; }
Public Property StandardWidth As Double

Property Value

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.

Applies to