Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IFont Interface
Properties

In This Topic
    IFont Interface Members
    In This Topic

    The following tables list the members exposed by IFont.

    Public Properties
     NameDescription
     Property Gets or sets whether the font is bold.  
     PropertyGets or sets the Color of the represented text.  
     Property Gets or sets the color of the font.  
     Property Gets or sets whether the font style is italic.  
     Property Gets or sets the name of the object.  
     Property Gets or sets the size of the font.  
     Property Gets or sets whether the font is struck through with a horizontal line.  
     Property Gets or sets whether the font is formatted as subscript (False by default).  
     Property Gets or sets whether the font is formatted as superscript. The value is False by default.  
     PropertyGets or sets the theme color in the applied color scheme that is associated with the specified object. The ThemeColor value is read or write.  
     PropertyGets or sets the theme font in the applied font scheme that is associated with the specified object. The ThemeFont is read or write.  
     Property Gets or sets a value that lightens or darkens a color. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.  
     Property Gets or sets the type of underline applied to the font.  
    Top
    See Also