Class ExportFontInfo
Class which is used to set font information for the excel exporting.
Inheritance
System.Object
ExportFontInfo
Namespace: Syncfusion.SfDataGrid.XForms.Exporting
Assembly: Syncfusion.SfGridConverter.XForms.dll
Syntax
public class ExportFontInfo : Object
Constructors
ExportFontInfo()
Initializes a new instance of the ExportFontInfo class.
Declaration
public ExportFontInfo()
Properties
Bold
Gets or sets a value indicating whether the value can be exported in bold or not
Declaration
public bool Bold { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The bold property of the value exported. |
FontName
Gets or sets the FontName property of the value exported.
Declaration
public string FontName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FontName property of the value exported. |
Italic
Gets or sets a value indicating whether the value can be exported in italics or not.
Declaration
public bool Italic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The italic property of the value exported. |
Size
Gets or sets the font size of the value exported.
Declaration
public double Size { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The font size of the value exported. |
Underline
Gets or sets the underline property of the value exported.
Declaration
public ExcelUnderline Underline { get; set; }
Property Value
Type | Description |
---|---|
ExcelUnderline | The underline property of the value exported. |