Share via


X.picture Field

Definition

Represents the x:picture XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: chartsheet, worksheet, macrosheet.
  • has the following XML attributes: id.
  • corresponds to the following strongly-typed classes: Picture.

Applies to