BorderSides Enumeration

Yogesh.ExcelXml

A Sandcastle Documented Class Library BorderSides Enumeration
NamespacesYogesh.ExcelXmlBorderSides
Different type of border sides.
Declaration Syntax
C# Visual Basic Visual C++
[FlagsAttribute]
public enum BorderSides
<FlagsAttribute> _
Public Enumeration BorderSides
[FlagsAttribute]
public enum class BorderSides
Members
Member Description
None
No border

Top
Cell has a top border

Left
Cell has a left border

Bottom
Cell has a botom border

Right
Cell has a right border

All
Cell has full border on all sides

Remarks
Multiple values can be combined by an or (i.e. "|") operation.

Assembly: Yogesh.ExcelXml (Module: Yogesh.ExcelXml) Version: 2.89.501.2158