Specifies the text formatting that is applied to a field when it is on the detail grid.
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| Style | xsd:string | required | Specifies a text string containing attributes that describe the font weight, style, and effects that are applied to a field. | See external namespace. | 
      
<xsd:complexType name="DetailFormatType" >
  <xsd:attribute name="Style" type="xsd:string" use="required">
  </xsd:attribute>
</xsd:complexType>