Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRange Interface / Font Property
In This Topic
    Font Property (IRange)
    In This Topic
    Returns an instance of IFont which may be used to get and set font properties of the cells represented by this IRange.
    Syntax
    IFont Font {get;}

    Property Value

    The font.
    See Also