Share via


ChartFormat.Format Property

Pivot Format Id.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 UInt32Value
    Get
    Set
'Usage
Dim instance As ChartFormat
Dim value As UInt32Value

value = instance.Format

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

ChartFormat Class

ChartFormat Members

DocumentFormat.OpenXml.Spreadsheet Namespace