Show / Hide Table of Contents

Class FormatFont

Font formatting to use with conditional formatting.

Inheritance
System.Object
FormatFont
Namespace: DRIT.Spreadsheet.ConditionalFormatting
Assembly: DRIT.Spreadsheet.dll
Syntax
public class FormatFont : object

Properties

Bold

Declaration
public bool? Bold { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Color

Declaration
public SpreadsheetColor Color { get; set; }
Property Value
Type Description
SpreadsheetColor

Italic

Declaration
public bool? Italic { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Strikethrough

Declaration
public bool Strikethrough { get; set; }
Property Value
Type Description
System.Boolean

Underline

Declaration
public SpreadsheetUnderline? Underline { get; set; }
Property Value
Type Description
System.Nullable<SpreadsheetUnderline>
Back to top Generated by DocFX