Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies column and row formatting used in a Datasheet view.
<Format>
  <FormatDef
    Type = "Text"
    Value = "Text">
  </FormatDef>
  ...
</Format>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description | 
|---|---|
| Type  | 
Required Text. Specifies the property to which the formatting applies.   | 
| Value  | 
Required Text. Specifies the value to apply to a property for column or row formatting.   | 
Child elements
None
Parent elements
Occurrences
- Minimum: 0
 - Maximum: Unbounded
 
Remarks
For an example that uses the FormatDef element, see Format element.