Show / Hide Table of Contents

Class FormattingCellFont

Inheritance
System.Object
AbstractFont
FormattingCellFont
Inherited Members
AbstractFont.Shadow
AbstractFont.Subscript
AbstractFont.Superscript
AbstractFont.GetHashCode()
AbstractFont.Equals(Object)
AbstractFont.Equals(AbstractFont)
AbstractFont.PropertyChanged
AbstractFont.OnPropertyChanged(String)
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class FormattingCellFont : AbstractFont

Properties

Bold

Get or set the font weight of the cell.

Declaration
public override bool Bold { get; set; }
Property Value
Type Description
System.Boolean
Overrides
AbstractFont.Bold

Charset

Declaration
public override int? Charset { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
Overrides
AbstractFont.Charset

Color

Declaration
public override SpreadsheetColor Color { get; set; }
Property Value
Type Description
SpreadsheetColor
Overrides
AbstractFont.Color

Font

Declaration
public AbstractFont Font { get; set; }
Property Value
Type Description
AbstractFont

Italic

Declaration
public override bool Italic { get; set; }
Property Value
Type Description
System.Boolean
Overrides
AbstractFont.Italic

Name

Declaration
public override string Name { get; set; }
Property Value
Type Description
System.String
Overrides
AbstractFont.Name

Scheme

Declaration
public override FontSchemeType Scheme { get; set; }
Property Value
Type Description
FontSchemeType
Overrides
AbstractFont.Scheme

Size

Get or set the font size of the cell.

Declaration
public override double Size { get; set; }
Property Value
Type Description
System.Double
Overrides
AbstractFont.Size

Strikethrough

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

Underline

Declaration
public override SpreadsheetUnderline Underline { get; set; }
Property Value
Type Description
SpreadsheetUnderline
Overrides
AbstractFont.Underline
Back to top Generated by DocFX