Class DataGridExportFontInfo
Represents a class which is used to set font information for the excel exporting.
Inheritance
System.Object
DataGridExportFontInfo
Namespace: Syncfusion.Maui.DataGrid.Exporting
Assembly: Syncfusion.Maui.DataGridExport.dll
Syntax
public class DataGridExportFontInfo : Object
Constructors
DataGridExportFontInfo()
Initializes a new instance of the ExportFontInfo class.
Declaration
public DataGridExportFontInfo()
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 |
---|
System.Boolean |
FontName
Gets or sets the FontName property of the value exported.
Declaration
public string FontName { get; set; }
Property Value
Type |
---|
System.String |
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 |
---|
System.Boolean |
Size
Gets or sets the font size of the value exported.
Declaration
public double Size { get; set; }
Property Value
Type |
---|
System.Double |
Underline
Gets or sets the underline property of the value exported.
Declaration
public ExcelUnderline Underline { get; set; }
Property Value
Type |
---|
ExcelUnderline |