Range.Font Property

Returns or sets a Font object that represents the character formatting of the specified object.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Font As Font
    Get
    Set
'Usage
Dim instance As Range
Dim value As Font

value = instance.Font

instance.Font = value
Font Font { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.Font

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace