[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1TableHelper

C1TableHelper Class

Distributes the cells of a C1Table in a grid taking column and row spans into account.

Inheritance
C1TableHelper
Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.dll
Syntax
public class C1TableHelper

Constructors

Name Description
C1TableHelper(C1Table)

Initializes a new instance of the C1TableHelper class.

Properties

Name Description
Cells

Gets the cells.

ColumnCount

Gets or sets the column count.

this[int, int]

Gets or sets the RichTextBox.Documents.C1TableCell in the specified row, col position.

RowCount

Gets or sets the row count.

Table

Gets or sets the C1Table element.