The C1OlapFieldStyle type exposes the following members.

Methods

  Name Description
Public method Clear
Clears this style.
Public method ReadXml
Reads the style from an XmlReader.
Public method WriteXml
Saves the style into an XmlWriter.

Properties

  Name Description
Public property BackColor
Gets or sets the color used to paint the background of cells in this field.
Public property Field
Gets the C1OlapField that owns this style.
Public property FontBold
Gets or sets a value that determines whether cells in this field should be shown in bold.
Public property ForeColor
Gets or sets the color used to paint the content of cells in this field.
Public property IsEmpty
Gets a value that indicates whether this style is empty.

See Also