Share via


NoNamespace.dataCellStyle Field

Definition

Represents the dataCellStyle XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: table, tableColumn.
  • corresponds to the following strongly-typed properties: Table.DataCellStyle, TableColumn.DataCellStyle.

Applies to