Class ExcelBorderWeight
Enumeration of the border weight types for lines/pictures in Excel.
Inheritance
System.Object
ExcelBorderWeight
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.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 |