Share via


ServerFormat.Format property

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "format")> _
Public Property Format As StringValue
    Get
    Set
'Usage
Dim instance As ServerFormat
Dim value As StringValue

value = instance.Format

instance.Format = value
[SchemaAttrAttribute(, "format")]
public StringValue Format { get; set; }

Property value

Type: DocumentFormat.OpenXml.StringValue

See also

Reference

ServerFormat class

ServerFormat members

DocumentFormat.OpenXml.Office15.Excel namespace