_Application.StandardFontSize Property
Returns or sets the standard font size, in points.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property StandardFontSize As Double
Get
Set
'Usage
Dim instance As _Application
Dim value As Double
value = instance.StandardFontSize
instance.StandardFontSize = value
double StandardFontSize { get; set; }
Property Value
Type: System.Double
Remarks
If you change the standard font size by using this property, the change doesn't take effect until you restart Microsoft Excel.