Collection of cell borders. Allows to set different styles for different sides of a cell. Type of border elements: left, right, top, bottom, diagonal up (/), diagonal down (\) and diagonal cross (X).

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

Syntax

C#
public sealed class CellBorder
Visual Basic
Public NotInheritable Class CellBorder
Visual C++
public ref class CellBorder sealed

Inheritance Hierarchy

System..::..Object
  Arctorus.Documents.Tables..::..CellBorder

See Also