Share via


OlapProperties.ServerNumberFormat Property

OLAP Number Format.Represents the attribte in schema: serverNumberFormat

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

Syntax

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

value = instance.ServerNumberFormat

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

OlapProperties Class

OlapProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace