Partager via


TextBodyProperties.ColumnSpacing Property

Space Between Columns.Represents the attribte in schema: spcCol

Namespace:  DocumentFormat.OpenXml.Office2010.Word.DrawingShape
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "spcCol")> _
Public Property ColumnSpacing As Int32Value
    Get
    Set
'Usage
Dim instance As TextBodyProperties
Dim value As Int32Value

value = instance.ColumnSpacing

instance.ColumnSpacing = value
[SchemaAttrAttribute(, "spcCol")]
public Int32Value ColumnSpacing { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value

See Also

Reference

TextBodyProperties Class

TextBodyProperties Members

DocumentFormat.OpenXml.Office2010.Word.DrawingShape Namespace