Share via


NoNamespace.collapsed Field

Definition

Represents the collapsed XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: col, row.
  • corresponds to the following strongly-typed properties: Column.Collapsed, Row.Collapsed.

Applies to