FormatDef Element

Applies to: SharePoint Foundation 2010

Specifies column and row formatting used in a Datasheet view.

<Format>
  <FormatDef
    Type = "Text"
    Value = "Text">
  </FormatDef>
  ...
</Format>

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

Format

Occurrences

Minimum: 0

Maximum: Unbounded

Remarks

See Format Element for an example that uses the FormatDef element.