Returns the borders of a range inside a table that are visible.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public static C1BorderFlags GetVisibleBorders(
	this C1TextRange range
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function GetVisibleBorders ( _
	range As C1TextRange _
) As C1BorderFlags

Parameters

range
Type: C1.Phone.RichTextBox.Documents..::..C1TextRange
A range inside a C1Table.

Return Value

The borders of a range inside a table that are visible.

See Also