Share via


NoNamespace.autoFill Field

Definition

Represents the autoFill XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: commentPr, controlPr, objectPr.
  • corresponds to the following strongly-typed properties: CommentProperties.AutoFill, ControlProperties.AutoFill, EmbeddedObjectProperties.AutoFill.

Applies to