OlapProperties.ServerFontColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
OLAP Font Formatting
Represents the following attribute in the schema: serverFontColor
[DocumentFormat.OpenXml.SchemaAttr(0, "serverFontColor")]
public DocumentFormat.OpenXml.BooleanValue ServerFontColor { get; set; }
public DocumentFormat.OpenXml.BooleanValue ServerFontColor { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "serverFontColor")]
public DocumentFormat.OpenXml.BooleanValue? ServerFontColor { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("serverFontColor")]
public DocumentFormat.OpenXml.BooleanValue? ServerFontColor { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ServerFontColor { get; set; }
member this.ServerFontColor : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "serverFontColor")>]
member this.ServerFontColor : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("serverFontColor")>]
member this.ServerFontColor : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ServerFontColor As BooleanValue
Property Value
Returns BooleanValue.
- Attributes