Field.Type Property

Field Type.Represents the attribte in schema: type

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

Syntax

'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As StringValue
    Get
    Set
'Usage
Dim instance As Field
Dim value As StringValue

value = instance.Type

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Field Class

Field Members

DocumentFormat.OpenXml.Drawing Namespace