Partager via


Font2.Name Property

Gets or sets a value specifying the font to use for a selection. Read/write.

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

Syntax

'Declaration
Property Name As String
    Get
    Set
'Usage
Dim instance As Font2
Dim value As String

value = instance.Name

instance.Name = value
string Name { get; set; }

Property Value

Type: System.String
String

See Also

Reference

Font2 Interface

Font2 Members

Microsoft.Office.Core Namespace