Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelUnderline

    Show / Hide Table of Contents

    Class ExcelUnderline

    Specifies the underline types for the fonts available in Excel.

    Inheritance
    System.Object
    ExcelUnderline
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ExcelUnderline : Enum

    Fields

    Double

    Double underline.

    Declaration
    public const ExcelUnderline Double
    Field Value
    Type Description
    ExcelUnderline

    DoubleAccounting

    DoubleAccounting underline which does not support in chart data labels.

    Declaration
    public const ExcelUnderline DoubleAccounting
    Field Value
    Type Description
    ExcelUnderline

    None

    No underline.

    Declaration
    public const ExcelUnderline None
    Field Value
    Type Description
    ExcelUnderline

    Single

    Single underline.

    Declaration
    public const ExcelUnderline Single
    Field Value
    Type Description
    ExcelUnderline

    SingleAccounting

    SingleAccounting underline which does not support in chart data labels.

    Declaration
    public const ExcelUnderline SingleAccounting
    Field Value
    Type Description
    ExcelUnderline

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved