menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExportFontInfo - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExportFontInfo

    Class which is used to set font information for the excel exporting.

    Inheritance
    System.Object
    ExportFontInfo
    Namespace: Syncfusion.SfDataGrid.Exporting
    Assembly: Syncfusion.SfGridConverter.Android.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved