menu

Document Processing

ExcelBorderWeight Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ExcelBorderWeight Class

    Enumeration of the border weight types for lines/pictures in Excel.

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

    Fields

    Hairline

    Represents weight of a Hairline border type.

    Declaration
    public const ExcelBorderWeight Hairline
    Field Value
    Type
    ExcelBorderWeight

    Medium

    Represents weight of a Medium border type.

    Declaration
    public const ExcelBorderWeight Medium
    Field Value
    Type
    ExcelBorderWeight

    None

    Represents weight of a None border type.

    Declaration
    public const ExcelBorderWeight None
    Field Value
    Type
    ExcelBorderWeight

    Thick

    Represents weight of a Thick border type.

    Declaration
    public const ExcelBorderWeight Thick
    Field Value
    Type
    ExcelBorderWeight

    Thin

    Represents weight of a Thin border type.

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