As a convention, the name of any cell format should end in Cell. The default cell format is named Cell. Cell format Cell has no default properties; however, you can define a format for Cell:
[Cell] property1 = value1 property2 = value2a value2b value2c ... . . .
For HTML output, cell format names are used in the class attribute of cell elements, and result in CSS that implements their properties. Table 7-6 lists the properties you can define for cells.
[Cell] ; These are the default RTF cell properties: margin left = 6pt margin right = 6pt margin top = 6pt margin bottom = 6pt border left = LightBorder border right = LightBorder
[EmptyCell] border left = NoBorder border top = NoBorder
[BodyCell] based = Cell
[ShadedCell] based = BodyCell shading = LightGreyShade
[XtraShadedCell] based = BodyCell shading = DarkGreyShade
[RowHeadCell] based = BodyCell shading = LightGreyShade border right = HeavyBorder
[ColHeadCell] based = BodyCell shading = LightGreyShade border bottom = HeavyBorder