Share via


NoNamespace.insertRow Field

Definition

Represents the insertRow XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: table.
  • corresponds to the following strongly-typed properties: Table.InsertRow.

Applies to