Share via


_Application.StandardFont Property

Returns or sets the name of the standard font.

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

Syntax

'Declaration
Property StandardFont As String
    Get
    Set
'Usage
Dim instance As _Application
Dim value As String

value = instance.StandardFont

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

Property Value

Type: System.String

Remarks

If you change the standard font by using this property, the change doesn't take effect until you restart Microsoft Excel.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace