BorderType.Space Property

Border Spacing Measurement.Represents the attribte in schema: w:space

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

Syntax

'Declaration
<SchemaAttrAttribute(, "space")> _
Public Property Space As UInt32Value
    Get
    Set
'Usage
Dim instance As BorderType
Dim value As UInt32Value

value = instance.Space

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt64Value.

See Also

Reference

BorderType Class

BorderType Members

DocumentFormat.OpenXml.Wordprocessing Namespace