Class FormatFont
Font formatting to use with conditional formatting.
Inheritance
System.Object
FormatFont
Assembly: DRIT.Spreadsheet.dll
public class FormatFont : object
Properties
Declaration
public bool? Bold { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public SpreadsheetColor Color { get; set; }
Property Value
Declaration
public bool? Italic { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public bool Strikethrough { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public SpreadsheetUnderline? Underline { get; set; }
Property Value