menu

Document Processing

ExcelShapeLineStyle Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ExcelShapeLineStyle Class

    Represents line style.

    Inheritance
    System.Object
    ExcelShapeLineStyle
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public sealed class ExcelShapeLineStyle : Enum

    Fields

    Line_Single

    Represents single line style.

    Declaration
    public const ExcelShapeLineStyle Line_Single
    Field Value
    Type
    ExcelShapeLineStyle

    Line_Thick_Between_Thin

    Represents thick between thin line style.

    Declaration
    public const ExcelShapeLineStyle Line_Thick_Between_Thin
    Field Value
    Type
    ExcelShapeLineStyle

    Line_Thick_Thin

    Represents thick thin line style.

    Declaration
    public const ExcelShapeLineStyle Line_Thick_Thin
    Field Value
    Type
    ExcelShapeLineStyle

    Line_Thin_Thick

    Represents thin thick line style.

    Declaration
    public const ExcelShapeLineStyle Line_Thin_Thick
    Field Value
    Type
    ExcelShapeLineStyle

    Line_Thin_Thin

    Represents thin thin line style.

    Declaration
    public const ExcelShapeLineStyle Line_Thin_Thin
    Field Value
    Type
    ExcelShapeLineStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved