VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / CellBorderStyle Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
CellBorderStyle Enumeration
In This Topic
Specifies available border styles for cell.
Syntax
'Declaration

Public Enum CellBorderStyle
   Inherits System.Enum

public enum CellBorderStyle : System.Enum

Members
MemberDescription
NoneSpecifies that no border shall be applied to the current item.
ThinThin Border.
MediumMedium Border.
DashedDashed.
DottedDotted.
ThickThick Line Border.
DoubleDouble Line.
HairHairline Border.
MediumDashedMedium Dashed.
DashDotDash Dot.
MediumDashDotMedium Dash Dot.
DashDotDotDash Dot Dot.
MediumDashDotDotMedium Dash Dot Dot.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.Office.Spreadsheet.Document.CellBorderStyle

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also