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.
The Format element contains definitions of column and row formatting that are used in a Datasheet view.
Syntax
<Format
Name = "Text">
<FormatDef
Type = "Text"
Value = "Text">
</FormatDef>
.
.
.
</Format>
Attributes
Name | Description |
---|---|
Name | Required Text. Contains the name of the field to which the format applies. |
Element Relationships
Parent Elements | Child Elements |
---|---|
Formats | FormatDef |
Example
The following example shows the definitions of column and row formatting used in a datasheet view.
<Formats>
<FormatDef Type="RowHeight" Value="67" />
<Format Name="Attachments">
<FormatDef Type="ColWidth" Value="75" />
</Format>
<Format Name="LinkTitle">
<FormatDef Type="WrapText" Value="1" />
<FormatDef Type="ColWidth" Value="236" />
</Format>
</Formats>