menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelUnderline - UWP API Reference | Syncfusion

    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.UWP.dll
    Syntax
    public sealed class ExcelUnderline : Enum

    Fields

    Double

    Double underline.

    Declaration
    public const ExcelUnderline Double
    Field Value
    Type
    ExcelUnderline

    DoubleAccounting

    DoubleAccounting underline which does not support in chart data labels.

    Declaration
    public const ExcelUnderline DoubleAccounting
    Field Value
    Type
    ExcelUnderline

    None

    No underline.

    Declaration
    public const ExcelUnderline None
    Field Value
    Type
    ExcelUnderline

    Single

    Single underline.

    Declaration
    public const ExcelUnderline Single
    Field Value
    Type
    ExcelUnderline

    SingleAccounting

    SingleAccounting underline which does not support in chart data labels.

    Declaration
    public const ExcelUnderline SingleAccounting
    Field Value
    Type
    ExcelUnderline

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved