_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.