Share via


NoNamespace.firstRow Field

Definition

Represents the firstRow XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: tblPr, textPr, webPr, textPr.
  • corresponds to the following strongly-typed properties: TableProperties.FirstRow, TextProperties.FirstRow, WebQueryProperties.FirstRow.

Applies to