Contains the font attributes (font name, font size, color, and so on)
For a list of all members of this type, see IFont Members.
[Visual Basic] Public Interface IFont [C#] public interface IFont [C++] public __gc __interface IFont [JScript] public interface IFont
The following example formats cells A1:C5 as bold.
book.Worksheets[1].Range["A1:C5"].Font.Bold = true;
Namespace: NativeExcel
Assembly: NativeExcel (in NativeExcel.dll)
IFont Members | NativeExcel Namespace | IRange.Font property