Enum ExcelBorderWeight
Enumeration of the border weight types for lines/pictures in Excel.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelBorderWeight
Fields
Name | Description |
---|---|
Hairline | Represents weight of a Hairline border type. |
Medium | Represents weight of a Medium border type. |
None | Represents weight of a None border type. |
Thick | Represents weight of a Thick border type. |
Thin | Represents weight of a Thin border type. |