Share via


NoNamespace.defaultColWidth Field

Definition

Represents the defaultColWidth XML attribute.

public static readonly System.Xml.Linq.XName defaultColWidth;
 staticval mutable defaultColWidth : System.Xml.Linq.XName
Public Shared ReadOnly defaultColWidth As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: sheetFormatPr.
  • corresponds to the following strongly-typed properties: SheetFormatProperties.DefaultColumnWidth.

Applies to