ServerFormat.Format Property

Format.Represents the attribte in schema: format

Namespace:  DocumentFormat.OpenXml.Spreadsheet
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
Returns StringValue.

See Also

Reference

ServerFormat Class

ServerFormat Members

DocumentFormat.OpenXml.Spreadsheet Namespace