Udostępnij za pośrednictwem


Font2.Spacing Property

Gets or sets a value specifying the spacing between characters in a selection of text. Read/write.

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

Syntax

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

value = instance.Spacing

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

Property Value

Type: System.Single
Single

See Also

Reference

Font2 Interface

Font2 Members

Microsoft.Office.Core Namespace