OlapProperties.ServerFont Property

OLAP Server Font.Represents the attribte in schema: serverFont

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "serverFont")> _
Public Property ServerFont As BooleanValue
    Get
    Set
'Usage
Dim instance As OlapProperties
Dim value As BooleanValue

value = instance.ServerFont

instance.ServerFont = value
[SchemaAttrAttribute(, "serverFont")]
public BooleanValue ServerFont { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

OlapProperties Class

OlapProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace