Create new border with the specified type.

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

Syntax

C#
public CellBorderElement(
	CellBorderType type
)
Visual Basic
Public Sub New ( _
	type As CellBorderType _
)
Visual C++
public:
CellBorderElement(
	CellBorderType type
)

Parameters

type
Type: Arctorus.Documents.Tables..::..CellBorderType
Border type.

See Also