Show / Hide Table of Contents

Class RangeFont

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

Properties

Bold

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

Family

Declaration
public string Family { get; set; }
Property Value
Type Description
System.String

Italic

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

Name

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

Size

Declaration
public double? Size { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

SpreadsheetColor

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

Underline

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