BodyProperties.ColumnSpacing Property
Space Between Columns.Represents the attribte in schema: spcCol
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "spcCol")> _
Public Property ColumnSpacing As Int32Value
Get
Set
'Usage
Dim instance As BodyProperties
Dim value As Int32Value
value = instance.ColumnSpacing
instance.ColumnSpacing = value
[SchemaAttrAttribute(, "spcCol")]
public Int32Value ColumnSpacing { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the space between text columns in the text area. This should only apply when there is more than 1 column present. If this attribute is omitted, then a value of 0 is implied.
The possible values for this attribute are defined by the ST_PositiveCoordinate32 simple type.