[]
        
(Showing Draft Content)

C1.C1Preview.TableVector

TableVector Class

The abstract base class for rows and columns of a RenderTable.

Inheritance
TableVector
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
[C1ClassSerialization(true)]
public abstract class TableVector : IComparable, IStyleOwner, IDocumentLocation

Properties

Name Description
CanSplit

Gets or sets a value indicating whether the current vector (row or column) can split between pages. The default value is false.

CellStyle

Gets the Style of objects contained in the cells of the current vector (row or column). See CellStyle for details.

Ordinal

Gets the 0-based index of the current vector in the containing RenderTable (i.e. the row index for rows, the column index for columns).

Owner

Gets the TableVectorCollection object containing the current vector.

PageBreakBehavior

Gets or sets a value determining how page breaks are inserted before the current vector (regular, horizontal page breaks if the vector is a TableRow, vertical page breaks if the vector is a TableCol).

Size

Gets or sets the size of the current vector (height if the vector is a TableRow, width if the vector is a TableCol).

SizingMode

Gets or sets a TableSizingModeEnum value determining how the size of the current vector (height for rows, width for columns) is calculated.

SplitBehavior

Gets or sets a value determining how the current vector is treated when it is too high (if it is a row) or too wide (if it is a column) to fit in the vertical or horizontal space available on the current page.

Style

Gets the Style of the current vector (row or column).

Table

Gets the RenderTable object containing the current vector.

Visible

Gets or sets a value indicating whether the current vector (row or column) is visible.

Methods

Name Description
AssignFrom(TableVector)

Assigns (copies) properties from another TableVector to the current object. (The Ordinal property is not copied.)

ShouldSerializeCellStyle()

Indicates whether the CellStyle property should be serialized.

ShouldSerializeSize()

Indicates whether the Size property should be serialized.

ShouldSerializeStyle()

Indicates whether the Style property should be serialized.

See Also