Defines types of cell borders.

Namespace: Arctorus.Documents.Tables
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum CellBorderType
Visual Basic
Public Enumeration CellBorderType
Visual C++
public enum class CellBorderType

Members

Member nameValueDescription
Undefined0 Border is undefined.
Left1 Left border.
Right2 Right border.
Top3 Top border.
Bottom4 Bottom border.
DiagonalUp5 Diagonal (/) border.
DiagonalDown6 Diagonal (\) border.
DiagonalCross7 Double diagonal (X) border.

See Also