[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfTable

RtfTable Class

The Word/RTF table.

Namespace: C1.WPF.Word.Objects
Assembly: C1.WPF.Word.4.6.2.dll
Syntax
public class RtfTable : RtfDiagonalObject, ICloneable, IDocumentContent, IContent

Constructors

Name Description
RtfTable(int, int)

The Word/RTF table constructor with definite rows and columns.

Properties

Name Description
Alignment

Gets or sets default content alignment for this table.

ColumnCount

Gets maximum count of columns for all rows.

IsCellsFitPage

Gets or sets cells fit to the page.

IsContentMerge

Gets or sets content of cells merge or no.

IsEmpty

Gets is empty this object.

this[int, int]

Gets the cell at the specified row index and column index.

LastHeaderRow

Gets or sets the number of the last row of the table headers.

Rows

Gets rows collection for this Word/RTF table.

Style

Gets or sets the table style object for this table.