TextRange2.Font Property
Returns a Font object that represents character formatting for the TextRange2 object. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Font As Font2
Get
'Usage
Dim instance As TextRange2
Dim value As Font2
value = instance.Font
Font2 Font { get; }
Property Value
Type: Microsoft.Office.Core.Font2
Font