A Sandcastle Documented Class Library
BorderSides Enumeration
Namespaces ► Yogesh.ExcelXml ► BorderSides
Different type of border sides.

C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum BorderSides
<FlagsAttribute> _ Public Enumeration BorderSides
[FlagsAttribute] public enum class BorderSides

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
|

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