Click or drag to resize

ExcelFont Class

Contains font settings.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelExcelFont

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public class ExcelFont

The ExcelFont type exposes the following members.

Properties
 NameDescription
Public propertyColor Gets or sets font color.
Public propertyItalic Gets or sets if the font is "italic".
Public propertyName Gets or sets name of the font.
Public propertyScriptPosition Gets or sets font script position.
Public propertySize Gets or sets font size style.
Public propertyStrikeout Gets or sets if the font is "strike out".
Public propertyUnderlineStyle Gets or sets the font underline style.
Public propertyWeight Gets or sets font weight style.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberBoldWeight Default bold font weight.
Public fieldStatic memberMaxWeight Maximum font weight.
Public fieldStatic memberMinWeight Minimum font weight.
Public fieldStatic memberNormalWeight Normal font weight.
Top
See Also