Column.Space Property

Space Before Following Column.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 StringValue
    Get
    Set
'Usage
Dim instance As Column
Dim value As StringValue

value = instance.Space

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns UInt64Value.

See Also

Reference

Column Class

Column Members

DocumentFormat.OpenXml.Wordprocessing Namespace