_Font.Grow Method
Increases the font size to the next available size. If the selection or range contains more than one font size, each size is increased to the next available setting.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub Grow
'Usage
Dim instance As _Font
instance.Grow()
void Grow()