Partager via


TextColumn2.Spacing Property

Gets or sets the spacing between text columns in a TextColumn2 object. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Spacing As Single
    Get
    Set
'Usage
Dim instance As TextColumn2
Dim value As Single

value = instance.Spacing

instance.Spacing = value
float Spacing { get; set; }

Property Value

Type: System.Single
Single

See Also

Reference

TextColumn2 Interface

TextColumn2 Members

Microsoft.Office.Core Namespace