Share via


X.sheets Field

Definition

Represents the x:sheets XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: workbook.
  • has the following child XML elements: sheet.
  • corresponds to the following strongly-typed classes: Sheets.

Applies to