BorderType.Space Property

Definition

Border Spacing Measurement

Represents the following attribute in the schema: w:space

[DocumentFormat.OpenXml.SchemaAttr(23, "space")]
public DocumentFormat.OpenXml.UInt32Value Space { get; set; }
public DocumentFormat.OpenXml.UInt32Value Space { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "space")]
public DocumentFormat.OpenXml.UInt32Value? Space { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:space")]
public DocumentFormat.OpenXml.UInt32Value? Space { get; set; }
public DocumentFormat.OpenXml.UInt32Value? Space { get; set; }
member this.Space : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "space")>]
member this.Space : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:space")>]
member this.Space : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property Space As UInt32Value

Property Value

Returns UInt64Value.

Attributes

Applies to