Font Interface 

Contains the font attributes (font name, font size, color, and so on) for an object.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Public Class ontImplementation
    Implements Font
End Class
Dim ontImplementation1 As New ontImplementation()

Syntax

Public Interface Font
public interface Font
public interface class Font
public interface Font
public interface Font

Remarks

Use the Font property to return the Font object.

If you don’t want to format all the text in a cell or graphic the same way, use the Characters property to return a subset of the text.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

Font Members