Gets or sets the width of the columns inside this range.

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

Syntax

C#
public Nullable<C1Length> TableColumnWidth { get; set; }
Visual Basic
Public Property TableColumnWidth As Nullable(Of C1Length)
	Get
	Set

See Also